Skip to content

Commit

Permalink
bump up version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiyamon committed Dec 1, 2015
1 parent b74ce81 commit 31b18e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
}
}
dependencies {
classpath "gradle.plugin.com.tmiyamon:gradle-config:0.1.1"
classpath "gradle.plugin.com.tmiyamon:gradle-config:0.2.0"
}
}
Expand All @@ -23,7 +23,7 @@ apply plugin: "com.tmiyamon.config"
Build script snippet for new, incubating, plugin mechanism introduced in Gradle 2.1:
```
plugins {
id "com.tmiyamon.config" version "0.1.1"
id "com.tmiyamon.config" version "0.2.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'com.tmiyamon'
version '0.1.1'
version '0.2.0'

sourceCompatibility = 1.6

Expand Down

0 comments on commit 31b18e9

Please sign in to comment.