From 5e7fbd2c880cad12e34d8da2c578361d3ac805e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Pich?= Date: Wed, 20 Jan 2021 17:57:11 +0100 Subject: [PATCH] Version 0.24.0 --- .circleci/config.yml | 2 +- README.md | 2 +- build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fbbe4636..d531dbf3 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.23.1.jar + path: ./build/libs/sdk-0.24.0.jar deploy: <<: *container_config steps: diff --git a/README.md b/README.md index eb910750..d4fc5507 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,6 @@ allprojects { } } dependencies { - implementation 'io.github.wulkanowy:sdk:0.23.1' + implementation 'io.github.wulkanowy:sdk:0.24.0' } ``` diff --git a/build.gradle b/build.gradle index 6eeeb003..8d273859 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } ext { - PUBLISH_VERSION = '0.23.1' + PUBLISH_VERSION = '0.24.0' SITE_URL = 'https://github.com/wulkanowy/sdk' GIT_URL = 'https://github.com/wulkanowy/sdk.git'