Skip to content

Commit

Permalink
Publish v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gautam Korlam committed Jun 30, 2016
1 parent 42a31c9 commit 17b2309
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Change log
+ [v0.2.0](https://github.com/OkBuilds/OkBuck/releases/tag/v0.2.0)
- Support for generating project_config rules
- Support for provided_deps in java rules
- Promote manifest placeholders support from experimental to full supported
+ [v0.1.7](https://github.com/OkBuilds/OkBuck/releases/tag/v0.1.7)
- Use buck's provided_deps
+ [v0.1.6](https://github.com/OkBuilds/OkBuck/releases/tag/v0.1.6)
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.7'
classpath 'com.github.okbuilds:okbuild-gradle-plugin:0.2.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.1.7'
classpath 'com.github.okbuilds:okbuild-gradle-plugin:0.2.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.1.7'
def publishVersion = '0.2.0'

group = publishGroup
version = publishVersion
Expand Down

0 comments on commit 17b2309

Please sign in to comment.