Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marc136 committed Oct 29, 2024
1 parent 4e8511f commit 6728ef1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
This file gives a general overview, look into the git log for more information.
The list contains the version number and then in brackets the app version code (which is important for Google Play).

## 1.0.3 (#28)
- Add new [tags types](https://github.com/marc136/tonuino-nfc-tools/issues/23)

## 1.0.2 (#27)
- Add new [tags types for Tonuino TNG 3.1](https://github.com/marc136/tonuino-nfc-tools/blob/05c0f6577ecbde7859022346c89ee3fe366b14cf/README.md#tonuino-tng-31x)
- Make Tonuino 2.1 and TNG 3.1 tag format the default
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "de.mw136.tonuino"
minSdkVersion 21
targetSdkVersion 34
versionCode 27
versionName "1.0.2"
versionCode 30
versionName "1.0.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
signingConfigs {
Expand Down

0 comments on commit 6728ef1

Please sign in to comment.