Skip to content

Commit

Permalink
Update version, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Feb 22, 2024
1 parent 4db30c5 commit 2312a8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
applicationId "org.billthefarmer.editor"
minSdkVersion 21
targetSdkVersion 28
versionName "1.94"
versionCode 194
versionName "1.95"
versionCode 195

buildConfigField "long", "BUILT", System.currentTimeMillis() + "L"
}
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-GB/changelogs/195.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Add keyboard shortcuts

0 comments on commit 2312a8c

Please sign in to comment.