Skip to content

Commit

Permalink
Version 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
negue committed Nov 23, 2015
1 parent a62cc07 commit 3219cbb
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="9"
android:versionName="0.0.9"
android:versionCode="10"
android:versionName="0.0.10"
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.10",
"items":[
{
"type": "F",
"title": "Moved from activities to fragments (header scrolls up on each :))"
},
{
"type": "I",
"title": "better feedback on user login"
},
{
"type": "B",
"title": "fix crash when saving dailies"
}
]
},
{
"name": "Version 0.0.9",
"items":[
Expand Down

0 comments on commit 3219cbb

Please sign in to comment.