Skip to content

Commit 3219cbb

Browse files
committed
Version 0.0.10
1 parent a62cc07 commit 3219cbb

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

Habitica/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.habitrpg.android.habitica"
4-
android:versionCode="9"
5-
android:versionName="0.0.9"
4+
android:versionCode="10"
5+
android:versionName="0.0.10"
66
android:screenOrientation="portrait" >
77

88
<uses-sdk

Habitica/assets/paperboy/changelog.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
[
2+
{
3+
"name": "Version 0.0.10",
4+
"items":[
5+
{
6+
"type": "F",
7+
"title": "Moved from activities to fragments (header scrolls up on each :))"
8+
},
9+
{
10+
"type": "I",
11+
"title": "better feedback on user login"
12+
},
13+
{
14+
"type": "B",
15+
"title": "fix crash when saving dailies"
16+
}
17+
]
18+
},
219
{
320
"name": "Version 0.0.9",
421
"items":[

0 commit comments

Comments
 (0)