Skip to content

Commit fb9c085

Browse files
committed
feat: Update app version and changelog (master)
This commit updates the application version to 0.9.0-alpha and adds a new changelog entry for version 90. Affected files: - app/build.gradle.kts - fastlane/metadata/android/en-US/changelogs/90.txt
1 parent 923d8be commit fb9c085

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ android {
2626

2727
defaultConfig {
2828
applicationId = "com.eblan.launcher"
29-
versionCode = 89
30-
versionName = "0.8.9-alpha"
29+
versionCode = 90
30+
versionName = "0.9.0-alpha"
3131

3232
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3333
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Bug fixes and stability improvements

0 commit comments

Comments
 (0)