Version 0.17.3

This commit is contained in:
Mikołaj Pich 2020-04-23 16:14:36 +02:00
parent b42fc85b0a
commit 6644170b6b
3 changed files with 3 additions and 3 deletions

View file

@ -43,7 +43,7 @@ jobs:
- store_artifacts: - store_artifacts:
path: ./build/reports/tests/test path: ./build/reports/tests/test
- store_artifacts: - store_artifacts:
path: ./build/libs/sdk-0.17.2.jar path: ./build/libs/sdk-0.17.3.jar
deploy: deploy:
<<: *container_config <<: *container_config
steps: steps:

View file

@ -29,6 +29,6 @@ allprojects {
} }
} }
dependencies { dependencies {
implementation 'io.github.wulkanowy:sdk:0.17.2' implementation 'io.github.wulkanowy:sdk:0.17.3'
} }
``` ```

View file

@ -5,7 +5,7 @@ plugins {
} }
ext { ext {
PUBLISH_VERSION = '0.17.2' PUBLISH_VERSION = '0.17.3'
SITE_URL = 'https://github.com/wulkanowy/sdk' SITE_URL = 'https://github.com/wulkanowy/sdk'
GIT_URL = 'https://github.com/wulkanowy/sdk.git' GIT_URL = 'https://github.com/wulkanowy/sdk.git'