Skip to content

Commit 2052f77

Browse files
authored
Bump version: 0.4.0
1 parent a482e96 commit 2052f77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ repositories {
1111

1212
// Manifest version information!
1313
def versionMajor = 0
14-
def versionMinor = 3
15-
def versionPatch = 1
14+
def versionMinor = 4
15+
def versionPatch = 0
1616
def versionBuild = 0 // bump for dogfood builds, public betas, etc.
1717

1818
def isTravis = "true".equals(System.getenv("TRAVIS"))
@@ -141,4 +141,4 @@ dependencies {
141141
exclude group: 'commons-logging', module: 'commons-logging'
142142
exclude group: 'org.apache.httpcomponents', module: 'httpclient'
143143
}
144-
}
144+
}

0 commit comments

Comments
 (0)