Skip to content

Commit

Permalink
Increment version for production release
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas2 committed Jan 21, 2019
1 parent 9ed33d1 commit 587f9b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="net.bible.android.activity"
android:installLocation="auto"
android:versionCode="284"
android:versionName="3.0.284-rc">
android:versionCode="285"
android:versionName="3.0.285">

<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down

0 comments on commit 587f9b2

Please sign in to comment.