Skip to content

Commit

Permalink
Publish v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Gautam Korlam committed Jun 13, 2016
1 parent 50836c0 commit a5aac53
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Change log
+ [v0.1.5](https://github.com/OkBuilds/OkBuck/releases/tag/v0.1.5)
- add support for provided configurations
+ [v0.1.4](https://github.com/OkBuilds/OkBuck/releases/tag/v0.1.4)
- add support to install/maintain buck versions
+ [v0.1.3](https://github.com/OkBuilds/OkBuck/releases/tag/v0.1.3)
Expand Down
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.1.4'
classpath 'com.github.okbuilds:okbuild-gradle-plugin:0.1.5'
}
}
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.1.4'
classpath 'com.github.okbuilds:okbuild-gradle-plugin:0.1.5'
}
}
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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.1.4'
def publishVersion = '0.1.5'

group = publishGroup
version = publishVersion
Expand Down

0 comments on commit a5aac53

Please sign in to comment.