Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Oct 10, 2020
1 parent 44a6995 commit 9748d37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
xmlns:tools="http://schemas.android.com/tools"
package="space.celestia.mobilecelestia"
android:versionCode="70"
android:versionName="1.0.3">
android:versionName="1.0.4">

<uses-feature android:glEsVersion="0x00020000" android:required="true" />
<uses-permission android:name="android.permission.INTERNET"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,8 @@ class MainActivity : AppCompatActivity(R.layout.activity_main),
}

companion object {
private const val CURRENT_DATA_VERSION = "13"
private const val CURRENT_DATA_VERSION = "14"
// 14: 1.0.4
// 13: 1.0.3
// 12: 1.0.2
// 11: 1.0.1
Expand Down

0 comments on commit 9748d37

Please sign in to comment.