diff --git a/README.md b/README.md index 2ca06b1..536d382 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.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' } ``` diff --git a/api/build.gradle b/api/build.gradle index 963db09..c0e4755 100644 --- a/api/build.gradle +++ b/api/build.gradle @@ -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' } diff --git a/build.gradle b/build.gradle index 427bd65..0d51166 100644 --- a/build.gradle +++ b/build.gradle @@ -33,5 +33,5 @@ allprojects { subprojects { - version = '0.12.0' + version = '0.13.0' }