Skip to content

Commit

Permalink
Advance version number to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfisch committed Apr 27, 2024
1 parent 03ef0b5 commit 3e168d4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.3.0
* Add detailed visualization over multiple days
* Add Ukrainian translation
* Declare foreground service for Android 14
* Fix monochrome icon

## 1.2.0
* Import/export SQLite database
* Fix initialization at boot time
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
minSdkVersion 11
targetSdkVersion sdk_version

versionCode 13
versionName '1.2.0'
versionCode 14
versionName '1.3.0'
}

signingConfigs {
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/13.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Add detailed visualization over multiple days
* Add Ukrainian translation
* Declare foreground service for Android 14
* Fix monochrome icon

0 comments on commit 3e168d4

Please sign in to comment.