Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
REL: prepare v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucboruta committed Aug 27, 2018
1 parent 9a3ac7e commit ae970f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/v1.0.0). 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/v1.0.1). 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
Expand All @@ -23,6 +23,6 @@ And then add the dependency:
<dependency>
<groupId>com.github.thunken</groupId>
<artifactId>sandow</artifactId>
<version>v1.0.0</version>
<version>v1.0.1</version>
</dependency>
```
```
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.thunken</groupId>
<artifactId>sandow</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<properties>
<java.version>1.8</java.version>
<java.source>${java.version}</java.source>
Expand Down Expand Up @@ -68,4 +68,4 @@
<scope>provided</scope>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit ae970f5

Please sign in to comment.