Skip to content

Commit

Permalink
Publish v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gautam Korlam committed Oct 11, 2016
1 parent 25fd69c commit 75ea301
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.uber:okbuck:0.7.1'
classpath 'com.uber:okbuck:0.8.0'
}
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.uber:okbuck:0.7.1'
classpath 'com.uber:okbuck:0.8.0'
}
}
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {
def siteUrl = 'https://github.com/uber/okbuck'
def gitUrl = 'https://github.com/uber/okbuck.git'
def publishGroup = 'com.uber'
def publishVersion = '0.7.1'
def publishVersion = '0.8.0'

group = publishGroup
version = publishVersion
Expand Down

0 comments on commit 75ea301

Please sign in to comment.