Skip to content
This repository has been archived by the owner on Nov 25, 2019. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
itkach committed Jul 27, 2013
1 parent 2e7ba31 commit a9d6485
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="aarddict.android"
android:versionCode="20"
android:versionName="1.6.5"
android:versionCode="21"
android:versionName="1.6.6"
android:installLocation="auto">
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="17"/>
<supports-screens
Expand Down Expand Up @@ -70,4 +70,4 @@
<service android:name=".DictionaryService">
</service>
</application>
</manifest>
</manifest>

0 comments on commit a9d6485

Please sign in to comment.