Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jitpack-io committed Oct 9, 2015
1 parent 712f6ac commit 7133238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Example Gradle project producing a single jar. Uses the `maven` plugin to publish the jar to the local repository.

[https://jitpack.io/#jitpack/gradle-simple/1.0](https://jitpack.io/#jitpack/gradle-simple/1.0)
[https://jitpack.io/#jitpack/gradle-simple](https://jitpack.io/#jitpack/gradle-simple)

To install the library add:

Expand All @@ -14,7 +14,7 @@ To install the library add:
maven { url "https://jitpack.io" }
}
dependencies {
compile 'com.github.jitpack:gradle-simple:1.0.3'
compile 'com.github.jitpack:gradle-simple:1.0.5'
}
```

0 comments on commit 7133238

Please sign in to comment.