Skip to content

Commit

Permalink
Prepare the release for version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MasoudFallahpour committed May 8, 2023
1 parent cd09bb7 commit 074b921
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 1.1

- Fix: selected sort order was not persisted
- Feature: added a button to scroll to the top of the libraries list
- Improvement: various behind-the-scene refactorings and clean-ups

# Version 1.0

- Eks is born!
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId = "ir.fallahpoor.eks"
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt()
versionCode = 1
versionName = "1.0"
versionCode = 2
versionName = "1.1"
setProperty("archivesBaseName", "Eks")
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 074b921

Please sign in to comment.