Skip to content

Commit

Permalink
Prepare version for release, start internal testing
Browse files Browse the repository at this point in the history
  • Loading branch information
astarivi committed Jul 3, 2023
1 parent e5c4b4f commit 3280baa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {
minSdkVersion 23
targetSdkVersion 33
versionCode 7
versionName "0.6-beta"
versionName "0.6"
javaCompileOptions {
annotationProcessorOptions {
arguments += ["room.schemaLocation": "$projectDir/schemas".toString()]
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.5";
public static String VERSION_NAME = "priestess";
public static String VERSION = "0.6";
public static String VERSION_NAME = "urania";

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

0 comments on commit 3280baa

Please sign in to comment.