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
|
- 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'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -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'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue