Skip to content

Commit 2d792c8

Browse files
committed
Release 0.6.1
1 parent 8fd713d commit 2d792c8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build-logic/structure/src/main/kotlin/DefaultConfig.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ object DefaultConfig {
44
const val appId = "com.looker.droidify"
55
const val compileSdk = 34
66
const val minSdk = 23
7-
const val versionCode = 600
8-
const val versionName = "0.6.0"
7+
const val versionCode = 610
8+
const val versionName = "0.6.1"
99
}

metadata/en-US/changelogs/610.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Fixed:
2+
- Startup Crash
3+
4+
This is a hotfix, check previous changelog here: https://github.com/Droid-ify/client/releases/tag/v0.6.0

0 commit comments

Comments
 (0)