Skip to content

Commit dbda130

Browse files
committed
Bump to 1.0.5-beta
1 parent 49d102e commit dbda130

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

androidApp/main/app/src/main/assets/changelog.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
[
2+
{
3+
"versionName": "1.0.5-beta",
4+
"releaseDate": "24/08/2022",
5+
"features": [
6+
],
7+
"fixes": [
8+
"Fixed an issue where the 'extra dark' mode wasn't any darker at all!",
9+
"Enable Plex login with 2FA"
10+
],
11+
"improvements": [
12+
"Updated dependencies, target Android 12L (32)"
13+
],
14+
"notes": [
15+
"Shuttle is now open source 🎉 You can file requests and bug reports via <a href=\"https://github.com/timusus/shuttle2/issues\">GitHub</a>"
16+
]
17+
},
218
{
319
"versionName": "1.0.4",
420
"releaseDate": "17/06/2022",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
object AppVersion {
22
const val versionMajor = 1
33
const val versionMinor = 0
4-
const val versionPatch = 4
5-
val versionSuffix: String? = null
4+
const val versionPatch = 5
5+
val versionSuffix: String? = "beta"
66
}

0 commit comments

Comments
 (0)