Version 0.10.1

This commit is contained in:
Mikołaj Pich 2019-09-07 02:09:05 +02:00
parent 1f51c85677
commit 660d1bc319
No known key found for this signature in database
GPG key ID: F62B26E36D4C4BAA
2 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@
- timetable
- messages
... and more. Check it out [full public api](https://github.com/wulkanowy/api/blob/0.10.0/src/main/kotlin/io/github/wulkanowy/api/Api.kt).
... and more. Check it out [full public api](https://github.com/wulkanowy/api/blob/0.10.1/src/main/kotlin/io/github/wulkanowy/api/Api.kt).
## Download
@ -35,7 +35,7 @@ allprojects {
}
dependencies {
implementation 'io.github.wulkanowy:api:0.10.0'
implementation 'io.github.wulkanowy:api:0.10.1'
}
```

View file

@ -7,7 +7,7 @@ plugins {
}
ext {
PUBLISH_VERSION = '0.10.0'
PUBLISH_VERSION = '0.10.1'
SITE_URL = 'https://github.com/wulkanowy/api'
GIT_URL = 'https://github.com/wulkanowy/api.git'
}