Skip to content

Commit 96de959

Browse files
authored
Merge pull request #100 from timusus/tech/version-bump
Bump to 1.0.6
2 parents b57df04 + f20be3b commit 96de959

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
[
2+
{
3+
"versionName": "1.0.6",
4+
"releaseDate": "29/12/2022",
5+
"features": [
6+
],
7+
"fixes": [
8+
"Fixed a crash when resuming playback after losing audio focus (like during a phone call), on API 31+ (Android 12+)"
9+
],
10+
"improvements": [
11+
],
12+
"notes": [
13+
"Shuttle is now open source 🎉 You can file requests and bug reports via <a href=\"https://github.com/timusus/shuttle2/issues\">GitHub</a>"
14+
]
15+
},
216
{
317
"versionName": "1.0.5",
418
"releaseDate": "18/12/2022",
Lines changed: 1 addition & 1 deletion
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 = 5
4+
const val versionPatch = 6
55
val versionSuffix: String? = null
66
}

0 commit comments

Comments
 (0)