Version 0.13.0
This commit is contained in:
parent
25791ba25d
commit
3e8cdb8a27
3 changed files with 4 additions and 4 deletions
|
@ -21,7 +21,7 @@
|
|||
- timetable
|
||||
- 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
|
||||
|
@ -35,7 +35,7 @@ allprojects {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'io.github.wulkanowy:api:0.12.0'
|
||||
implementation 'io.github.wulkanowy:api:0.13.0'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ plugins {
|
|||
}
|
||||
|
||||
ext {
|
||||
PUBLISH_VERSION = '0.12.0'
|
||||
PUBLISH_VERSION = '0.13.0'
|
||||
SITE_URL = 'https://github.com/wulkanowy/api'
|
||||
GIT_URL = 'https://github.com/wulkanowy/api.git'
|
||||
}
|
||||
|
|
|
@ -33,5 +33,5 @@ allprojects {
|
|||
|
||||
|
||||
subprojects {
|
||||
version = '0.12.0'
|
||||
version = '0.13.0'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue