Skip to content

Commit 6e68fa1

Browse files
committed
Increment version number for bugfixes.
1 parent b30b2c3 commit 6e68fa1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="me.shreyasr.quicknote"
4-
android:versionCode="8"
5-
android:versionName="2.0.0" >
4+
android:versionCode="9"
5+
android:versionName="2.0.1" >
66

77
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
88
<uses-permission android:name="android.permission.INTERNET" />

0 commit comments

Comments
 (0)