Skip to content

Commit

Permalink
Publish v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gautam Korlam committed Jan 31, 2017
1 parent e77263d commit 16888cf
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.16.3'
classpath 'com.uber:okbuck:0.17.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.16.3'
classpath 'com.uber:okbuck:0.17.0'
}
}
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ task sourcesJar(type: Jar) {
classifier = 'sources'
}

def publishVersion = '0.16.3'
def publishVersion = '0.17.0'
group = 'com.uber'
version = publishVersion
def siteUrl = 'https://github.com/uber/okbuck'
Expand Down

0 comments on commit 16888cf

Please sign in to comment.