Version 0.21.1

This commit is contained in:
Mikołaj Pich 2020-09-29 11:37:49 +02:00
parent 84c0703c23
commit 6a66f682c5
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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