Skip to content

Commit 73248c5

Browse files
committed
Bump version to 0.5.0
1 parent 8092734 commit 73248c5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Changelog
22
This file gives a general overview, look into the git log for more information.
33

4-
## unreleased
4+
## unreleased
5+
6+
## 0.5.0
57
- Add support for Tonuino 2.1 (dev) tags
68
- DONE: Modifier (Admin) tags
79
- TODO: Play card

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "de.mw136.tonuino"
1111
minSdkVersion 24
1212
targetSdkVersion 28
13-
versionCode 8
14-
versionName "0.4.1"
13+
versionCode 9
14+
versionName "0.5.0"
1515
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1616
}
1717
signingConfigs {

0 commit comments

Comments
 (0)