Skip to content

Commit

Permalink
Bump version: 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Meisolsson committed Aug 18, 2017
1 parent a482e96 commit 2052f77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ repositories {

// Manifest version information!
def versionMajor = 0
def versionMinor = 3
def versionPatch = 1
def versionMinor = 4
def versionPatch = 0
def versionBuild = 0 // bump for dogfood builds, public betas, etc.

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

0 comments on commit 2052f77

Please sign in to comment.