Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Chlan committed Feb 20, 2018
1 parent 5021cb3 commit 79a71a9
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 @@ -38,7 +38,7 @@ Example:
// Add classpath dependency
buildscript {
dependencies {
classpath group: 'com.sebchlan.javacensor', name: 'java-censor', version: '1.0.0'
classpath group: 'com.sebchlan.javacensor', name: 'java-censor', version: '1.1.0'
}
}
Expand All @@ -65,7 +65,7 @@ buildscript {
}
dependencies {
classpath group: 'com.sebchlan.javacensor', name: 'java-censor', version: '1.0.0'
classpath group: 'com.sebchlan.javacensor', name: 'java-censor', version: '1.1.0'
}
}
Expand Down
2 changes: 1 addition & 1 deletion java-censor-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ext {
SDK_URL = 'https://github.com/schlan/java-censor'
PROJECT_NAME = 'Java Censor'
PROJECT_DESCRIPTION = 'Censor Java Source Files'
SDK_VERSION_NAME = '1.1.0-SNAPSHOT'
SDK_VERSION_NAME = '1.1.0'
SDK_ARTIFACT_ID = 'java-censor'
SDK_PACKAGING = 'jar'
JAVA_DOC_TITLE = 'Java Censor'
Expand Down

0 comments on commit 79a71a9

Please sign in to comment.