Version 1.1.3

This commit is contained in:
Mikołaj Pich 2021-03-28 19:50:17 +02:00
parent 9ca13e65c9
commit 5e7b835f9b
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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