Skip to content

Commit

Permalink
Advance version number to 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfisch committed Dec 15, 2024
1 parent 3d083f4 commit 2d094d3
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.22.0
* Add options to hide status and/or navigation bar
* Add an option to disable haptic feedback
* Update Dutch translation
* Update Russian translation

## 1.21.1
* Add an option to prevent home screen reuse
* Fix immersive mode on devices with a notch
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
minSdk 9
targetSdk sdk_version

versionCode 49
versionName '1.21.1'
versionCode 50
versionName '1.22.0'
}

signingConfigs {
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/50.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Add options to hide status and/or navigation bar
* Add an option to disable haptic feedback
* Update Dutch translation
* Update Russian translation

0 comments on commit 2d094d3

Please sign in to comment.