Skip to content

Commit

Permalink
Publish v0.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raviagarwal7 committed Jul 17, 2020
1 parent 4ec98da commit dcbc9ae
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.50.10'
classpath 'com.uber:okbuck:0.51.0'
}
}
Expand Down
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.uber:okbuck:0.50.10'
classpath 'com.uber:okbuck:0.51.0'
}
}
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ task sourcesJar(type: Jar) {
classifier = "sources"
}

def publishVersion = "0.50.10"
def publishVersion = "0.51.0"

group = "com.uber"
version = publishVersion
Expand Down

0 comments on commit dcbc9ae

Please sign in to comment.