Skip to content

Commit

Permalink
Bump version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marc136 committed Dec 8, 2019
1 parent 7ce04c9 commit d00f75c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ This file gives a general overview, look into the git log for more information.

## unreleased

## 0.6.1
- Allow users to write Special2 field on EditExtended form

## 0.6.0
- Add support for reading and writing MifareUltralight NFC tags

Expand All @@ -11,15 +14,15 @@ This file gives a general overview, look into the git log for more information.

## 0.5.0
- Add support for Tonuino 2.1 (dev) tags
- DONE: Modifier (Admin) tags
- TODO: Play card
- DONE: Modifier (Admin) tags
- TODO: Play card

## 0.4.1
- Add signing for github release

## 0.4.0
- Add English translation
- Preparation for fdroid listing
- Preparation for fdroid listing

## 0.3.1
- Display build number on main activity
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 28
versionCode 13
versionName "0.6.0"
versionCode 14
versionName "0.6.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
signingConfigs {
Expand Down

0 comments on commit d00f75c

Please sign in to comment.