diff --git a/dfu/build.gradle b/dfu/build.gradle index 416e926..072952d 100644 --- a/dfu/build.gradle +++ b/dfu/build.gradle @@ -15,7 +15,7 @@ apply plugin: 'com.jfrog.bintray' ext { PUBLISH_GROUP_ID = 'no.nordicsemi.android' PUBLISH_ARTIFACT_ID = 'dfu' - PUBLISH_VERSION = '1.3.0' + PUBLISH_VERSION = '1.3.1' bintrayRepo = 'android' bintrayName = 'dfu-library' @@ -47,7 +47,7 @@ android { minSdkVersion 18 targetSdkVersion 25 versionCode 11 - versionName "1.3.0" + versionName "1.3.1" } buildTypes { release {