Skip to content

Commit

Permalink
Version 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
negue committed Dec 1, 2015
1 parent d0d7cf8 commit b4d5201
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 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="10"
android:versionName="0.0.10"
android:versionCode="11"
android:versionName="0.0.11"
android:screenOrientation="portrait" >

<uses-sdk
Expand Down
10 changes: 9 additions & 1 deletion Habitica/assets/paperboy/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,21 @@
"type": "F",
"title": "Ability to Change/See/Add checklists"
},
{
"type": "F",
"title": "Purchase Gems"
},
{
"type": "F",
"title": "Settings Screen with logout options and account details."
},
{
"type": "F",
"title": "Skills!"
},
{
"type": "B",
"title": "fix clear database"
"title": "A LOT fixes"
}
]
},
Expand Down

0 comments on commit b4d5201

Please sign in to comment.