Skip to content

Commit

Permalink
Release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaakko committed Mar 10, 2019
1 parent 24948cd commit 81bf05f
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 @@ -27,11 +27,11 @@ repositories {
```
dependencies {
...
implementation 'xyz.malkki:yeeja:1.0'
implementation 'xyz.malkki:yeeja:1.1'
}
```

## Documentation

* [Javadoc](https://javadoc.jitpack.io/xyz/malkki/yeeja/1.0/javadoc/)
* [Javadoc](https://javadoc.jitpack.io/xyz/malkki/yeeja/1.1/javadoc/)

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'xyz.malkki'
version '1.1-SNAPSHOT'
version '1.1'

sourceCompatibility = 1.8

Expand Down

0 comments on commit 81bf05f

Please sign in to comment.