Skip to content

Commit f627d34

Browse files
committed
Version 0.0.12
1 parent 4f2c8cd commit f627d34

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="11"
5-
android:versionName="0.0.11"
4+
android:versionCode="12"
5+
android:versionName="0.0.12"
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.12",
4+
"items":[
5+
{
6+
"type": "F",
7+
"title": "Delete local-tasks if those were deleted online"
8+
},
9+
{
10+
"type": "F",
11+
"title": "add setting for daily reminder"
12+
},
13+
{
14+
"type": "B",
15+
"title": "A LOT fixes"
16+
}
17+
]
18+
},
219
{
320
"name": "Version 0.0.11",
421
"items":[

0 commit comments

Comments
 (0)