Skip to content

Commit

Permalink
Publish v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gautam Korlam committed Sep 15, 2016
1 parent 3e3d818 commit 3fdb3ac
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.github.okbuilds:okbuild-gradle-plugin:0.4.2'
classpath 'com.github.okbuilds:okbuild-gradle-plugin:0.5.0'
}
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.github.okbuilds:okbuild-gradle-plugin:0.4.2'
classpath 'com.github.okbuilds:okbuild-gradle-plugin:0.5.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/OkBuilds/OkBuck'
def gitUrl = 'https://github.com/OkBuilds/OkBuck.git'
def publishGroup = 'com.github.okbuilds'
def publishVersion = '0.4.2'
def publishVersion = '0.5.0'

group = publishGroup
version = publishVersion
Expand Down

0 comments on commit 3fdb3ac

Please sign in to comment.