From 01d98f18c8176f2922ea1f3b80d870316e748aaa Mon Sep 17 00:00:00 2001 From: Brian Giori Date: Tue, 21 Apr 2020 17:31:24 -0700 Subject: [PATCH] 0.10.0 Release --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a77bdfb..f4dd9eec 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,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.1' +implementation 'io.runtime.mcumgr:mcumgr-ble:0.10.0' ``` #### McuManager Core Core dependency only. Use if you want to provide your own transport implementation. ``` -implementation 'io.runtime.mcumgr:mcumgr-core:0.9.1' +implementation 'io.runtime.mcumgr:mcumgr-core:0.10.0' ``` # Introduction diff --git a/gradle.properties b/gradle.properties index fbcf726f..41372575 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.9.1-SNAPSHOT +VERSION_NAME=0.10.0-SNAPSHOT GROUP=io.runtime.mcumgr POM_DESCRIPTION=A mobile management library for devices running Apache Mynewt and Zephyr (DFU, logs, stats, config, etc.)