Skip to content

Commit

Permalink
v1.10 out of bound exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Carles Sentis committed Aug 6, 2012
1 parent a79d367 commit a6e075d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.codeskraps.lolo"
android:versionCode="10"
android:versionName="1.9" >
android:versionName="1.10" >

<!-- Remember to update the info code version -->

Expand Down
3 changes: 3 additions & 0 deletions README.rdoc
Expand Up @@ -32,6 +32,9 @@ Install from Google Play

== ChangeLog

<b>v1.10</b>
* Out of bound exception fixed

<b>v.1.9</>
* On touch event stopped working after sometime has been fixed
* Get lolo json parser been fixed
Expand Down
2 changes: 1 addition & 1 deletion res/values/strings.xml
Expand Up @@ -54,7 +54,7 @@

<string name="prefsCat_Info">Information</string>

<string name="prefsInfo_Title">091 Labs lo-lo v1.9</string>
<string name="prefsInfo_Title">091 Labs lo-lo v1.10</string>
<string name="prefsInfo_summary">GNU GPL License v3 - 2012</string>

<!-- About -->
Expand Down
2 changes: 1 addition & 1 deletion res/xml/preferences.xml
Expand Up @@ -26,7 +26,7 @@
android:title="@string/prefsURL_title" />

<ListPreference
android:defaultValue="15"
android:defaultValue="1"
android:dialogTitle="@string/prefsInterval_dialogTitle"
android:entries="@array/interval_entries"
android:entryValues="@array/interval_values"
Expand Down

0 comments on commit a6e075d

Please sign in to comment.