Skip to content

Commit 6728ef1

Browse files
committed
v1.0.3
1 parent 4e8511f commit 6728ef1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
This file gives a general overview, look into the git log for more information.
33
The list contains the version number and then in brackets the app version code (which is important for Google Play).
44

5+
## 1.0.3 (#28)
6+
- Add new [tags types](https://github.com/marc136/tonuino-nfc-tools/issues/23)
7+
58
## 1.0.2 (#27)
69
- Add new [tags types for Tonuino TNG 3.1](https://github.com/marc136/tonuino-nfc-tools/blob/05c0f6577ecbde7859022346c89ee3fe366b14cf/README.md#tonuino-tng-31x)
710
- Make Tonuino 2.1 and TNG 3.1 tag format the default

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "de.mw136.tonuino"
1111
minSdkVersion 21
1212
targetSdkVersion 34
13-
versionCode 27
14-
versionName "1.0.2"
13+
versionCode 30
14+
versionName "1.0.3"
1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
}
1717
signingConfigs {

0 commit comments

Comments
 (0)