Skip to content

Commit

Permalink
Release v0.9.1
Browse files Browse the repository at this point in the history
Merge pull request #229 from OZEO-DOOZ/develop
  • Loading branch information
R0m4in-dooz authored Feb 23, 2022
2 parents 150737b + 241f31d commit 083a94c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Android-nRF-Mesh-Library-1
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 0.8.0
## 0.9.1

- revert app's manifest changes

## 0.9.0

- compile against Android 12 (API 31) and update BLE permissions in app's manifest

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.9.0"
version: "0.9.1"
package_config:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nordic_nrf_mesh
description: A Flutter plugin to enable mesh network management and communication using Nordic's SDKs. It also provides the ability to open BLE connection with mesh nodes using some other flutter package.
version: 0.9.0
version: 0.9.1

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit 083a94c

Please sign in to comment.