Skip to content

Commit

Permalink
Version 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
negue committed Dec 2, 2015
1 parent 4f2c8cd commit f627d34
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Habitica/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.habitrpg.android.habitica"
android:versionCode="11"
android:versionName="0.0.11"
android:versionCode="12"
android:versionName="0.0.12"
android:screenOrientation="portrait" >

<uses-sdk
Expand Down
17 changes: 17 additions & 0 deletions Habitica/assets/paperboy/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
[
{
"name": "Version 0.0.12",
"items":[
{
"type": "F",
"title": "Delete local-tasks if those were deleted online"
},
{
"type": "F",
"title": "add setting for daily reminder"
},
{
"type": "B",
"title": "A LOT fixes"
}
]
},
{
"name": "Version 0.0.11",
"items":[
Expand Down

0 comments on commit f627d34

Please sign in to comment.