Skip to content

Commit

Permalink
Merge pull request #101 from Carifio24/v4-1-2
Browse files Browse the repository at this point in the history
Bump version info for version 4.1.2
  • Loading branch information
Carifio24 authored Oct 1, 2024
2 parents 9f3d23e + 908273e commit 0e2f56d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "dnd.jon.spellbook"
minSdkVersion 24
targetSdkVersion 34
versionCode 4001001
versionName "4.1.1"
versionCode 4001002
versionName "4.1.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
signingConfig signingConfigs.release
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/dnd/jon/spellbook/GlobalInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class GlobalInfo {

static final Version VERSION = new Version(4,1,1);
static final Version VERSION = new Version(4,1,2);
static final String VERSION_CODE = VERSION.string();

// We don't always want to show an update message
Expand Down

0 comments on commit 0e2f56d

Please sign in to comment.