diff --git a/README.md b/README.md index 6056c6b9..689365c1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ - timetable - messages -... and more. Check it out [full public api](https://github.com/wulkanowy/api/blob/0.10.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.10.1/src/main/kotlin/io/github/wulkanowy/api/Api.kt). ## Download @@ -35,7 +35,7 @@ allprojects { } dependencies { - implementation 'io.github.wulkanowy:api:0.10.0' + implementation 'io.github.wulkanowy:api:0.10.1' } ``` diff --git a/build.gradle b/build.gradle index 8837cf57..2cac5865 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } ext { - PUBLISH_VERSION = '0.10.0' + PUBLISH_VERSION = '0.10.1' SITE_URL = 'https://github.com/wulkanowy/api' GIT_URL = 'https://github.com/wulkanowy/api.git' }