Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamlooker committed Jan 7, 2024
1 parent 8fd713d commit 2d792c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-logic/structure/src/main/kotlin/DefaultConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ object DefaultConfig {
const val appId = "com.looker.droidify"
const val compileSdk = 34
const val minSdk = 23
const val versionCode = 600
const val versionName = "0.6.0"
const val versionCode = 610
const val versionName = "0.6.1"
}
4 changes: 4 additions & 0 deletions metadata/en-US/changelogs/610.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Fixed:
- Startup Crash

This is a hotfix, check previous changelog here: https://github.com/Droid-ify/client/releases/tag/v0.6.0

0 comments on commit 2d792c8

Please sign in to comment.