Skip to content

Commit

Permalink
publish v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gautam Korlam committed May 26, 2016
1 parent 44ee2e8 commit 50c33a0
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.3](https://github.com/OkBuilds/OkBuck/releases/tag/v0.1.3)
- experimental manifest placeholder support
+ [v0.1.2](https://github.com/OkBuilds/OkBuck/releases/tag/v0.1.2)
- build debuggable apk according to gradle configuration
+ [v0.1.1](https://github.com/OkBuilds/OkBuck/releases/tag/v0.1.1)
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.2'
classpath 'com.github.okbuilds:okbuild-gradle-plugin:0.1.3'
}
}
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.2'
classpath 'com.github.okbuilds:okbuild-gradle-plugin:0.1.3'
}
}
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.2'
def publishVersion = '0.1.3'

group = publishGroup
version = publishVersion
Expand Down

0 comments on commit 50c33a0

Please sign in to comment.