Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsun committed Jan 13, 2013
1 parent ddf6fd0 commit b1ff6f2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
bin/
gen/
*.apk
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.pursuer.reader.easyrss"
android:versionCode="97"
android:versionCode="98"
android:versionName="@string/Version" >

<uses-sdk
Expand Down
Binary file removed Release/EasyRSS.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion res/values/version.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<string name="Version">0.5.14.91</string>
<string name="Version">0.5.15</string>

</resources>

0 comments on commit b1ff6f2

Please sign in to comment.