Skip to content

Commit

Permalink
Bump version (#70)
Browse files Browse the repository at this point in the history
Signed-off-by: starry-shivam <[email protected]>
  • Loading branch information
starry-shivam authored Feb 4, 2024
1 parent 3b10df8 commit 1fa8b3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId "com.starry.greenstash"
minSdk 24
targetSdk 34
versionCode 290
versionName "2.9.0"
versionCode 300
versionName "3.0.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/300.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Added proper handling for currencies with zero decimal places, like JPY.
- Remember the last used filter combination on subsequent launches.
- Removed "No deadline set" text from widget when there is no deadline.
- Added turkish translation, thanks to Dreamboat8744.
- Bug fixes and other improvements.

0 comments on commit 1fa8b3b

Please sign in to comment.