Version 0.14.2

This commit is contained in:
Mikołaj Pich 2020-01-11 19:47:01 +01:00
parent c387adb180
commit 2a033a9dd3
No known key found for this signature in database
GPG key ID: F62B26E36D4C4BAA
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.14.1.jar
path: ./build/libs/sdk-0.14.2.jar
deploy:
<<: *container_config
steps:

View file

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

View file

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