Skip to content

Commit

Permalink
Update version, add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Oct 6, 2021
1 parent 5cf88e7 commit a9967c3
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 @@ -27,8 +27,8 @@ android {
applicationId "org.billthefarmer.melodeon"
minSdkVersion 16
targetSdkVersion 28
versionCode 115
versionName "1.15"
versionCode 116
versionName "1.16"

buildConfigField "long", "BUILT", System.currentTimeMillis() + "L"
}
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-GB/changelog/116.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Update mididriver version

0 comments on commit a9967c3

Please sign in to comment.