We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8092734 commit 73248c5Copy full SHA for 73248c5
CHANGELOG.md
@@ -1,7 +1,9 @@
1
# Changelog
2
This file gives a general overview, look into the git log for more information.
3
4
-## unreleased
+## unreleased
5
+
6
+## 0.5.0
7
- Add support for Tonuino 2.1 (dev) tags
8
- DONE: Modifier (Admin) tags
9
- TODO: Play card
app/build.gradle
@@ -10,8 +10,8 @@ android {
10
applicationId "de.mw136.tonuino"
11
minSdkVersion 24
12
targetSdkVersion 28
13
- versionCode 8
14
- versionName "0.4.1"
+ versionCode 9
+ versionName "0.5.0"
15
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
16
}
17
signingConfigs {
0 commit comments