]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
Bump version for bugfix release.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Fri, 1 May 2020 20:41:08 +0000 (22:41 +0200)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Fri, 1 May 2020 20:41:08 +0000 (22:41 +0200)
AndroidManifest.xml

index cb1971303ea4ea31aedd4ec0a661ad58c1251293..156e8ad257c7a589c4968795a0663216316f54ce 100644 (file)
@@ -2,8 +2,8 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="com.hughes.android.dictionary"
     android:installLocation="auto"
-    android:versionCode="107"
-    android:versionName="5.5.2" >
+    android:versionCode="108"
+    android:versionName="5.5.3" >
 
     <uses-feature
         android:name="android.hardware.touchscreen"