Version 0.10.2

This commit is contained in:
Mikołaj Pich 2019-09-10 12:43:53 +02:00
parent 7927d3a013
commit 7e6d5ae4e9
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 - timetable
- messages - messages
... 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). ... and more. Check it out [full public api](https://github.com/wulkanowy/api/blob/0.10.2/src/main/kotlin/io/github/wulkanowy/api/Api.kt).
## Download ## Download
@ -35,7 +35,7 @@ allprojects {
} }
dependencies { dependencies {
implementation 'io.github.wulkanowy:api:0.10.1' implementation 'io.github.wulkanowy:api:0.10.2'
} }
``` ```

View file

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