Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lordi committed Jan 12, 2016
1 parent b6790a6 commit 3be3f3d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
master
------

v1.3.0
------

* Groups can be created and ticks can be put in any number of groups (thanks @js)
* Tracks with multiple ticks per day can be protected as well (#52, #60)

v1.2.3
------

Expand Down
6 changes: 3 additions & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.smasi.tickmate"
android:versionCode="27"
android:versionName="1.2.3" >
android:versionCode="28"
android:versionName="1.3.0rc1" >

<uses-sdk
android:minSdkVersion="11"
android:targetSdkVersion="21" />
android:targetSdkVersion="23" />

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" >
</uses-permission>
Expand Down

0 comments on commit 3be3f3d

Please sign in to comment.