Skip to content

Commit

Permalink
Bump version to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosemoe committed May 1, 2022
1 parent 23dd069 commit c92c673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Versions.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
public final class Versions {

// Project versions
public final static String versionName = "0.11.0";
public final static int versionCode = 47;
public final static String versionName = "0.11.1";
public final static int versionCode = 48;

// Platform & Tool versions
public final static String buildToolsVersion = "32.0.0";
Expand Down

0 comments on commit c92c673

Please sign in to comment.