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

Commit

Permalink
REL: 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lucboruta committed Nov 12, 2018
1 parent cf089c0 commit f0d4abd
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 @@ -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.2). 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.0.3). 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>1.0.2</version>
<version>1.0.3</version>
</dependency>
```
2 changes: 1 addition & 1 deletion 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.2</version>
<version>1.0.3</version>
<properties>
<java.version>1.8</java.version>
<java.source>${java.version}</java.source>
Expand Down

0 comments on commit f0d4abd

Please sign in to comment.