Skip to content

Commit

Permalink
0.10.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
bgiori committed Apr 22, 2020
1 parent ff1de05 commit 01d98f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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.)
Expand Down

0 comments on commit 01d98f1

Please sign in to comment.