diff --git a/README.md b/README.md
index f795dcc..9517013 100644
--- a/README.md
+++ b/README.md
@@ -171,7 +171,7 @@ To install and run from [Maven](http://maven.apache.org/), configure an artifact
net.thauvin.eriksemver
- 1.1.0-beta
+ 1.1.1
```
@@ -183,8 +183,8 @@ To install and run from [Gradle](https://gradle.org/), add the following to the
```gradle
dependencies {
- annotationProcessor 'net.thauvin.erik:semver:1.1.0-beta'
- compileOnly 'net.thauvin.erik:semver:1.1.0-beta'
+ annotationProcessor 'net.thauvin.erik:semver:1.1.1'
+ compileOnly 'net.thauvin.erik:semver:1.1.1'
}
```
@@ -208,8 +208,8 @@ To install and run from [Kobalt](http://beust.com/kobalt/), add the following to
```gradle
dependencies {
- apt("net.thauvin.erik:semver:1.1.0-beta")
- compileOnly("net.thauvin.erik:semver:1.1.0-beta")
+ apt("net.thauvin.erik:semver:1.1.1")
+ compileOnly("net.thauvin.erik:semver:1.1.1")
}
```
diff --git a/build.gradle b/build.gradle
index 1296529..542f99d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -2,8 +2,8 @@ plugins {
id 'java'
id 'maven-publish'
id 'com.jfrog.bintray' version '1.8.4'
- id 'com.github.ben-manes.versions' version '0.20.0'
- id 'net.thauvin.erik.gradle.semver' version '0.9.8-beta'
+ id 'com.github.ben-manes.versions' version '0.21.0'
+ id 'net.thauvin.erik.gradle.semver' version '0.9.9-beta'
id 'com.github.spotbugs' version '1.7.1'
}
@@ -36,7 +36,7 @@ repositories {
}
dependencies {
- implementation 'com.github.spullara.mustache.java:compiler:0.9.5'
+ implementation 'com.github.spullara.mustache.java:compiler:0.9.6'
compileOnly 'com.github.spotbugs:spotbugs-annotations:3.1.12'
testImplementation 'org.testng:testng:6.14.3'
}
diff --git a/docs/README.html b/docs/README.html
index a53c851..2d2e30e 100644
--- a/docs/README.html
+++ b/docs/README.html
@@ -346,7 +346,7 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf
example.meta=# ...
-
⚠️ keysPrefix is a new element in 1.1.0 and may break older versions when using custom property keys.
+
⚠️ keysPrefix is a new element staring in 1.1.0 and may break older versions when using custom property keys.
⚡ A quick fix is to include keysPrefix="" in the annotation to remove the default version. prefix.
Incrementing the version is best left to your favorite build system. For a solution using Gradle, please have a look at the Semver Version Plugin for Gradle.
-
There are also full examples in both Java and Kotlin showing how to use both the plugin and annotation processor concurrently.
+
There are also full examples in both Java and Kotlin showing how to use both the plugin and annotation processor concurrently.