Skip to content

Commit c65f754

Browse files
committed
Release 0.11.0
1 parent d213898 commit c65f754

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
@@ -10,14 +10,14 @@ A transport agnostic implementation of the McuManager protocol. Contains a defau
1010
Contains the core and a BLE transport implementation using Nordic's [Android-BLE-Library v2](https://github.com/NordicSemiconductor/Android-BLE-Library/tree/develop).
1111

1212
```
13-
implementation 'io.runtime.mcumgr:mcumgr-ble:0.10.0'
13+
implementation 'io.runtime.mcumgr:mcumgr-ble:0.11.0'
1414
```
1515

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

1919
```
20-
implementation 'io.runtime.mcumgr:mcumgr-core:0.10.0'
20+
implementation 'io.runtime.mcumgr:mcumgr-core:0.11.0'
2121
```
2222

2323
# 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.10.0-SNAPSHOT
1+
VERSION_NAME=0.11.0-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)