Skip to content

Commit

Permalink
release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Piasy committed May 24, 2016
1 parent 777730e commit 3711405
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Change log
+ [v0.1.1](https://github.com/OkBuilds/OkBuck/releases/tag/v0.1.1)
- fix RetroLambda classpath error
- generate `.buckconfig.local`, users can customize their config in `.buckconfig`
+ [v0.1.0](https://github.com/OkBuilds/OkBuck/releases/tag/v0.1.0)
- new artifact!
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.0'
classpath 'com.github.okbuilds:okbuild-gradle-plugin:0.1.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.1.0'
classpath 'com.github.okbuilds:okbuild-gradle-plugin:0.1.1'
}
}
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,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.0'
def publishVersion = '0.1.1'

group = publishGroup
version = publishVersion
Expand Down

0 comments on commit 3711405

Please sign in to comment.