Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit cb35ab1

Browse files
committed
Bump version 0.10.0
1 parent aa33d0e commit cb35ab1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WallPanelApp/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ apply plugin: 'com.google.firebase.crashlytics'
2424

2525

2626
def versionMajor = 0
27-
def versionMinor = 9
28-
def versionPatch = 5
29-
def versionBuild = 9 // bump for dog food builds, public betas, etc.
27+
def versionMinor = 10
28+
def versionPatch = 0
29+
def versionBuild = 0 // bump for dog food builds, public betas, etc.
3030

3131
def CODE() {
3232
Properties properties = new Properties()

0 commit comments

Comments
 (0)