We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e729266 commit 188727bCopy full SHA for 188727b
document-viewer/AndroidManifest.xml
@@ -2,8 +2,8 @@
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
package="org.sufficientlysecure.viewer"
4
android:installLocation="auto"
5
- android:versionCode="2000"
6
- android:versionName="2.0" >
+ android:versionCode="2100"
+ android:versionName="2.1" >
7
8
<uses-sdk
9
android:minSdkVersion="8"
document-viewer/assets/about/en/changelog.wiki
@@ -1,5 +1,10 @@
1
#labels Featured
+= Document Viewer v2.1 changelog =
+
+== Bug fixes ==
+ * Fix crash
= Document Viewer v2.0 changelog =
10
== New features ==
0 commit comments