Skip to content

Commit c80eddb

Browse files
committed
Updated for 1.6.2 release.
1 parent 9909389 commit c80eddb

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.textile

+6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ h2. Features
1919

2020
h2. Changelog
2121

22+
h3. v1.6.2
23+
24+
https://github.com/plusonelabs/calendar-widget/issues?milestone=13&state=closed
25+
26+
* Fixed serious crash when preferences from older installations were present
27+
2228
h3. v1.6.1
2329

2430
https://github.com/plusonelabs/calendar-widget/issues?milestone=12&state=closed

app/com.plusonelabs.calendar/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
package="com.plusonelabs.calendar"
5-
android:versionCode="13"
6-
android:versionName="1.6.1" >
5+
android:versionCode="14"
6+
android:versionName="1.6.2" >
77

88
<uses-sdk
99
android:minSdkVersion="15"

0 commit comments

Comments
 (0)