From 9e483a304fb72b605e1edfff60fa2bdddd053e7e Mon Sep 17 00:00:00 2001 From: Brian Giori Date: Fri, 21 Feb 2020 13:35:07 -0800 Subject: [PATCH] 0.9.1 Release Commit --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6ea8da8a..f992035c 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,14 @@ A transport agnostic implementation of the McuManager protocol. Contains a defau Contains the core and a BLE transport implementation using Nordic's [Android-BLE-Library v2](https://github.com/NordicSemiconductor/Android-BLE-Library/tree/develop). ``` -implementation 'io.runtime.mcumgr:mcumgr-ble:0.9.0' +implementation 'io.runtime.mcumgr:mcumgr-ble:0.9.1' ``` #### McuManager Core Core dependency only. Use if you want to provide your own transport implementation. ``` -implementation 'io.runtime.mcumgr:mcumgr-core:0.9.0' +implementation 'io.runtime.mcumgr:mcumgr-core:0.9.1' ``` # Introduction diff --git a/gradle.properties b/gradle.properties index 4ca4ec7d..fbcf726f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.9.0-SNAPSHOT +VERSION_NAME=0.9.1-SNAPSHOT GROUP=io.runtime.mcumgr POM_DESCRIPTION=A mobile management library for devices running Apache Mynewt and Zephyr (DFU, logs, stats, config, etc.)