Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #121 from novoda/release_0.5.0
Browse files Browse the repository at this point in the history
Update version for release 0.5.0
  • Loading branch information
ouchadam authored May 11, 2017
2 parents d5140e8 + 07cbef3 commit 56aef26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.1'
classpath 'com.novoda:bintray-release:0.3.4'
classpath 'com.novoda:bintray-release:0.4.0'
}
}

allprojects {
repositories {
jcenter()
}
version = "0.4.0"
version = "0.5.0"
}

0 comments on commit 56aef26

Please sign in to comment.