Skip to content

Commit

Permalink
Release version 1.0.1
Browse files Browse the repository at this point in the history
This is a source-identical release that adds dokka output to javadoc
jars.
  • Loading branch information
ajalt committed Apr 8, 2018
1 parent 737468d commit 0ce00e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Then add the dependency on mordant.

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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
GROUP=com.github.ajalt
VERSION_NAME=1.0.0
VERSION_NAME=1.0.1

0 comments on commit 0ce00e0

Please sign in to comment.