diff --git a/.circleci/config.yml b/.circleci/config.yml index 45bb449b..8e9b8bd2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -43,7 +43,7 @@ jobs: - store_artifacts: path: ./build/reports/tests/test - store_artifacts: - path: ./build/libs/sdk-0.17.2.jar + path: ./build/libs/sdk-0.17.3.jar deploy: <<: *container_config steps: diff --git a/README.md b/README.md index 0a01aa77..d1062b99 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,6 @@ allprojects { } } dependencies { - implementation 'io.github.wulkanowy:sdk:0.17.2' + implementation 'io.github.wulkanowy:sdk:0.17.3' } ``` diff --git a/build.gradle b/build.gradle index c7d7a4e6..7d2411fb 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } ext { - PUBLISH_VERSION = '0.17.2' + PUBLISH_VERSION = '0.17.3' SITE_URL = 'https://github.com/wulkanowy/sdk' GIT_URL = 'https://github.com/wulkanowy/sdk.git'