Skip to content

Commit 9e483a3

Browse files
committed
0.9.1 Release Commit
1 parent bacd1a9 commit 9e483a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ A transport agnostic implementation of the McuManager protocol. Contains a defau
88
Contains the core and a BLE transport implementation using Nordic's [Android-BLE-Library v2](https://github.com/NordicSemiconductor/Android-BLE-Library/tree/develop).
99

1010
```
11-
implementation 'io.runtime.mcumgr:mcumgr-ble:0.9.0'
11+
implementation 'io.runtime.mcumgr:mcumgr-ble:0.9.1'
1212
```
1313

1414
#### McuManager Core
1515
Core dependency only. Use if you want to provide your own transport implementation.
1616

1717
```
18-
implementation 'io.runtime.mcumgr:mcumgr-core:0.9.0'
18+
implementation 'io.runtime.mcumgr:mcumgr-core:0.9.1'
1919
```
2020

2121
# Introduction

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=0.9.0-SNAPSHOT
1+
VERSION_NAME=0.9.1-SNAPSHOT
22
GROUP=io.runtime.mcumgr
33

44
POM_DESCRIPTION=A mobile management library for devices running Apache Mynewt and Zephyr (DFU, logs, stats, config, etc.)

0 commit comments

Comments
 (0)