Version 0.10.2
This commit is contained in:
parent
7927d3a013
commit
7e6d5ae4e9
2 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@
|
|||
- timetable
|
||||
- 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
|
||||
|
@ -35,7 +35,7 @@ allprojects {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'io.github.wulkanowy:api:0.10.1'
|
||||
implementation 'io.github.wulkanowy:api:0.10.2'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ plugins {
|
|||
}
|
||||
|
||||
ext {
|
||||
PUBLISH_VERSION = '0.10.1'
|
||||
PUBLISH_VERSION = '0.10.2'
|
||||
SITE_URL = 'https://github.com/wulkanowy/api'
|
||||
GIT_URL = 'https://github.com/wulkanowy/api.git'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue