Skip to content

Commit

Permalink
publish v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Piasy committed Jul 12, 2016
1 parent 184d018 commit 136ce53
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.2.1](https://github.com/OkBuilds/OkBuck/releases/tag/v0.2.1)
- fix NPE during local aar dependency processing
+ [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
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.2.0'
classpath 'com.github.okbuilds:okbuild-gradle-plugin:0.2.1'
}
}
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.2.0'
classpath 'com.github.okbuilds:okbuild-gradle-plugin:0.2.1'
}
}
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.2.0'
def publishVersion = '0.2.1'

group = publishGroup
version = publishVersion
Expand Down

0 comments on commit 136ce53

Please sign in to comment.