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

Commit

Permalink
Increments version to 0.3.5 before release
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavi Rigau committed Jan 28, 2016
1 parent 3d30e50 commit 6b4bd6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.novoda:bintray-release:0.3.4'
classpath 'com.novoda:bintray-release:0.3.5'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ allprojects {
repositories {
jcenter()
}
version = "0.3.4"
version = "0.3.5"
}

0 comments on commit 6b4bd6b

Please sign in to comment.