Skip to content

Commit

Permalink
Update version to prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
astarivi committed Jun 18, 2023
1 parent 105e8a5 commit f5e631c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
applicationId "com.astarivi.kaizoyu"
minSdkVersion 23
targetSdkVersion 33
versionCode 3
versionName "0.2"
versionCode 4
versionName "0.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@

public class UpdateManager {
// TODO Change this for every release, doh.
public static String VERSION = "0.2";
public static String VERSION_NAME = "engineer";
public static String VERSION = "0.3";
public static String VERSION_NAME = "fool";

@ThreadedOnly
public @Nullable LatestUpdate getLatestUpdate() throws ParseException {
Expand Down

0 comments on commit f5e631c

Please sign in to comment.