We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9909389 commit c80eddbCopy full SHA for c80eddb
README.textile
@@ -19,6 +19,12 @@ h2. Features
19
20
h2. Changelog
21
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
28
h3. v1.6.1
29
30
https://github.com/plusonelabs/calendar-widget/issues?milestone=12&state=closed
app/com.plusonelabs.calendar/AndroidManifest.xml
@@ -2,8 +2,8 @@
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
xmlns:tools="http://schemas.android.com/tools"
4
package="com.plusonelabs.calendar"
5
- android:versionCode="13"
6
- android:versionName="1.6.1" >
+ android:versionCode="14"
+ android:versionName="1.6.2" >
7
8
<uses-sdk
9
android:minSdkVersion="15"
0 commit comments