Skip to content

Commit

Permalink
Bump version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTimeWalker committed Mar 29, 2022
1 parent aa33d0e commit cb35ab1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WallPanelApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ apply plugin: 'com.google.firebase.crashlytics'


def versionMajor = 0
def versionMinor = 9
def versionPatch = 5
def versionBuild = 9 // bump for dog food builds, public betas, etc.
def versionMinor = 10
def versionPatch = 0
def versionBuild = 0 // bump for dog food builds, public betas, etc.

def CODE() {
Properties properties = new Properties()
Expand Down

0 comments on commit cb35ab1

Please sign in to comment.