Skip to content

Commit

Permalink
Bump version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Sep 29, 2020
1 parent 527c22b commit 9c0b9dc
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.2">
android:versionName="1.0.3">

<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 @@ -1398,7 +1398,8 @@ class MainActivity : AppCompatActivity(R.layout.activity_main),
}

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

0 comments on commit 9c0b9dc

Please sign in to comment.