Skip to content

Commit

Permalink
Automate version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ksoichiro committed Mar 1, 2016
1 parent 6a5487e commit 6c0193e
Show file tree
Hide file tree
Showing 11 changed files with 547 additions and 17 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ build/
*.swp
samples/repo/
.vagrant/
src/generated/
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For Gradle 2.1+:

```gradle
plugins {
id 'com.github.ksoichiro.web.resource' version '1.5.0'
id 'com.github.ksoichiro.web.resource' version '1.6.0'
}
```

Expand All @@ -32,7 +32,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.github.ksoichiro:gradle-web-resource-plugin:1.5.0'
classpath 'com.github.ksoichiro:gradle-web-resource-plugin:1.6.0'
}
}
Expand All @@ -50,7 +50,7 @@ buildscript {
}
}
dependencies {
classpath 'com.github.ksoichiro:gradle-web-resource-plugin:1.5.1-SNAPSHOT'
classpath 'com.github.ksoichiro:gradle-web-resource-plugin:X.X.X-SNAPSHOT'
}
}
Expand Down
Loading

0 comments on commit 6c0193e

Please sign in to comment.