Skip to content

Commit

Permalink
Bump version to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ksoichiro committed Nov 5, 2016
1 parent c2ebdf7 commit 4601224
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 @@ -20,7 +20,7 @@ For Gradle 2.1+:

```gradle
plugins {
id 'com.github.ksoichiro.web.resource' version '1.7.0'
id 'com.github.ksoichiro.web.resource' version '1.7.1'
}
```

Expand All @@ -32,7 +32,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.github.ksoichiro:gradle-web-resource-plugin:1.7.0'
classpath 'com.github.ksoichiro:gradle-web-resource-plugin:1.7.1'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/variables.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PLUGIN_VERSION=1.7.1-SNAPSHOT
PLUGIN_VERSION=1.7.1

GRADLE_VERSION=2.8
GROUP=com.github.ksoichiro
Expand Down

0 comments on commit 4601224

Please sign in to comment.