Skip to content

Commit

Permalink
Bump version to 3.14.1
Browse files Browse the repository at this point in the history
Update the change log.
  • Loading branch information
ruiaraujo committed May 15, 2015
1 parent 28c9eb3 commit 3390a2d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.exobel.routerkeygen"
android:installLocation="auto"
android:versionCode="35"
android:versionName="3.14.0" >
android:versionCode="36"
android:versionName="3.14.1" >

<uses-sdk
android:minSdkVersion="10"
Expand Down
6 changes: 5 additions & 1 deletion android/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">

<changelogversion versionName="3.14.0" changeDate="May 7,2015">
<changelogversion versionName="3.14.1" changeDate="May 16,2015">
<changelogtext>Bug fixes</changelogtext>
</changelogversion>

<changelogversion versionName="3.14.0" changeDate="May 15,2015">
<changelogtext>[b]New![/b] Meo Pirelli algorithm</changelogtext>
<changelogtext>[b]New![/b] Belkin algorithm</changelogtext>
<changelogtext>Extended Pirelli coverage</changelogtext>
Expand Down
2 changes: 1 addition & 1 deletion android/routerkeygen_version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"3.14.0","url":"https://github.com/routerkeygen/routerkeygenAndroid/releases/download/v3.14.0/routerkeygen-3-14-0.apk"}
{"version":"3.14.1","url":"https://github.com/routerkeygen/routerkeygenAndroid/releases/download/v3.14.1/routerkeygen-3-14-1.apk"}
4 changes: 2 additions & 2 deletions android/src/org/exobel/routerkeygen/ui/Preferences.java
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ public class Preferences extends SherlockPreferenceActivity {
public static final String PUB_DOWNLOAD = "https://github.com/routerkeygen/thomsonDicGenerator/releases/download/v3/RouterKeygen_v3.dic";
private static final String PUB_DIC_CFV = "https://github.com/routerkeygen/thomsonDicGenerator/releases/download/v3/RKDictionary.cfv";

public static final String VERSION = "3.14.0";
private static final String LAUNCH_DATE = "15/05/2015";
public static final String VERSION = "3.14.1";
private static final String LAUNCH_DATE = "16/05/2015";

private LastVersion lastVersion;

Expand Down

0 comments on commit 3390a2d

Please sign in to comment.