Skip to content

Commit

Permalink
Bump to 1.0.7-beta3, update changelog (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
timusus authored Dec 1, 2023
1 parent 8cfd989 commit 1741d8f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions android/app/src/main/assets/changelog.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
[
{
"versionName": "1.0.7-beta3",
"releaseDate": "01/12/2023",
"features": [
],
"fixes": [
"Fixed an issue preventing remote media providers from authenticating"
],
"improvements": [
],
"notes": [
"Shuttle is now open source 🎉 You can file requests and bug reports via <a href=\"https://github.com/timusus/shuttle2/issues\">GitHub</a>"
]
},
{
"versionName": "1.0.7-beta2",
"releaseDate": "26/11/2022",
"releaseDate": "26/11/2023",
"features": [
],
"fixes": [
Expand All @@ -16,7 +30,7 @@
},
{
"versionName": "1.0.7-beta1",
"releaseDate": "04/01/2022",
"releaseDate": "04/01/2023",
"features": [
"Ability to schedule media import (daily or weekly)"
],
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/AppVersion.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ object AppVersion {
const val versionMajor = 1
const val versionMinor = 0
const val versionPatch = 7
val versionSuffix: String? = "beta2"
val versionSuffix: String? = "beta3"
}

0 comments on commit 1741d8f

Please sign in to comment.