Skip to content

Commit

Permalink
Release version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Jul 14, 2018
1 parent a5a6d46 commit 9858dc3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 34 deletions.
16 changes: 4 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,21 +99,13 @@ with(TermColors()) {

## Installation

Mordant is distributed with [jitpack](https://jitpack.io/#ajalt/mordant).

First, add Jitpack to your gradle repositories.

```groovy
repositories {
maven { url "https://jitpack.io" }
}
```

Then add the dependency on mordant.
Mordant is distributed through Maven Central,
[Jcenter](https://bintray.com/ajalt/maven/mordant) and
[Jitpack](https://jitpack.io/#ajalt/mordant).

```groovy
dependencies {
compile 'com.github.ajalt.mordant:mordant:1.0.1'
implementation 'com.github.ajalt.mordant:mordant:1.1.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
GROUP=com.github.ajalt
VERSION_NAME=1.0.1
VERSION_NAME=1.1.0
21 changes: 0 additions & 21 deletions maven.gradle

This file was deleted.

0 comments on commit 9858dc3

Please sign in to comment.