Skip to content

Commit

Permalink
Bump to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steve1316 committed Sep 11, 2022
1 parent 884c065 commit ef06da5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ android {
applicationId "com.steve1316.masterduel_android_decklist_importer"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 3
versionName "1.2.0"
versionCode 4
versionName "1.3.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
6 changes: 3 additions & 3 deletions android/app/update.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<AppUpdater>
<update>
<latestVersion>1.2.0</latestVersion>
<latestVersion>1.3.0</latestVersion>
<url>https://github.com/steve1316/android-cv-bot-template/releases</url>
<releaseNotes>
v1.2.0 - Changelog
v1.3.0 - Changelog

Changed
---
- Updated data for the new selection packs Dinomorphia and Beetroopers released on 08/09/2022.
- Updated data for the new selection pack The Newborn Dragon released on 09/09/2022.

</releaseNotes>
</update>
Expand Down

0 comments on commit ef06da5

Please sign in to comment.