Skip to content

Commit fdeb977

Browse files
committed
bump version 1.1 -> 1.2
1 parent 6b41799 commit fdeb977

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.2:
2+
* Persistent piano configuration.
3+
* Add option to only label C on piano.
4+
* Keep screen on while metronome is on.
5+
* Add option for metronome to continue when app is closed.
6+
* Minor bugfixes.
7+
18
1.1:
29
* Fix several crashes on older API versions.
310
* Minor editing (add links, fix typos).

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ android {
4343
applicationId "mn.tck.semitone"
4444
minSdkVersion 16
4545
targetSdkVersion 28
46-
versionCode 2
47-
versionName "1.1"
46+
versionCode 3
47+
versionName "1.2"
4848
externalNativeBuild {
4949
cmake {
5050
arguments "-DANDROID_PLATFORM=android-16"

0 commit comments

Comments
 (0)