From 277b27c2c1a8d9d77a4787ddc5a31b64c7030b7b Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 1 Jul 2018 01:34:27 -0700 Subject: [PATCH] Changed references to version 1.1.0. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e514584..021cfd7 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ example.meta= # ... ``` -> :warning: `keysPrefix` is a new element in `1.0.0` and may break older versions when using custom property keys. +> :warning: `keysPrefix` is a new element in `1.1.0` and may break older versions when using custom property keys. > :zap: A quick fix is to include `keysPrefix=""` in the annotation to remove the default `version.` prefix. ## Usage with Maven, Grail, Kobalt and Kotlin @@ -171,7 +171,7 @@ To install and run from [Maven](http://maven.apache.org/), configure an artifact net.thauvin.erik semver - 1.0.1 + 1.1.0 ``` @@ -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.0.1' - compileOnly 'net.thauvin.erik:semver:1.0.1' + annotationProcessor 'net.thauvin.erik:semver:1.1.0' + compileOnly 'net.thauvin.erik:semver:1.1.0' } ``` @@ -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.0.1") - compileOnly("net.thauvin.erik:semver:1.0.1") + apt("net.thauvin.erik:semver:1.1.0") + compileOnly("net.thauvin.erik:semver:1.1.0") } ```