Version 0.13.0

This commit is contained in:
Mikołaj Pich 2019-12-07 22:44:54 +01:00
parent 25791ba25d
commit 3e8cdb8a27
No known key found for this signature in database
GPG key ID: F62B26E36D4C4BAA
3 changed files with 4 additions and 4 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.12.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.13.0/src/main/kotlin/io/github/wulkanowy/api/Api.kt).
## Download ## Download
@ -35,7 +35,7 @@ allprojects {
} }
dependencies { dependencies {
implementation 'io.github.wulkanowy:api:0.12.0' implementation 'io.github.wulkanowy:api:0.13.0'
} }
``` ```

View file

@ -7,7 +7,7 @@ plugins {
} }
ext { ext {
PUBLISH_VERSION = '0.12.0' PUBLISH_VERSION = '0.13.0'
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'
} }

View file

@ -33,5 +33,5 @@ allprojects {
subprojects { subprojects {
version = '0.12.0' version = '0.13.0'
} }