From d13023eca40da5d73837eef77c4c478e19e5c76c Mon Sep 17 00:00:00 2001 From: Luc Boruta Date: Mon, 12 Nov 2018 22:19:29 +0100 Subject: [PATCH] REL: 1.1.0 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 22fdc5a..98f19dc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Release](https://jitpack.io/v/thunken/sandow.svg?style=flat-square)](https://github.com/thunken/sandow/releases) -To add a dependency on this project using Gradle, Maven, sbt, or Leiningen, we recommend using [JitPack](https://jitpack.io/#thunken/sandow/1.0.3). The Maven group ID is `com.github.thunken`, and the artifact ID is `sandow`. +To add a dependency on this project using Gradle, Maven, sbt, or Leiningen, we recommend using [JitPack](https://jitpack.io/#thunken/sandow/1.1.0). The Maven group ID is `com.github.thunken`, and the artifact ID is `sandow`. For example, for Maven, first add the JitPack repository to your build file: ```xml @@ -23,6 +23,6 @@ And then add the dependency: com.github.thunken sandow - 1.0.3 + 1.1.0 ``` diff --git a/pom.xml b/pom.xml index 6cb4b31..d39529f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.thunken sandow - 1.0.3 + 1.1.0 1.8 ${java.version}