Skip to content

Commit

Permalink
Release v0.10.1
Browse files Browse the repository at this point in the history
Merge pull request #234 from OZEO-DOOZ/develop
  • Loading branch information
OZEO-DOOZ authored Mar 17, 2022
2 parents 1a2be04 + d125bd1 commit 4207510
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.10.1

- fix pubspec issue seen by `flutter pub publish --dry-run`
## 0.10.0

First open source release ! :rocket:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.10.0"
version: "0.10.1"
package_config:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ packages:
source: hosted
version: "0.1.3"
meta:
dependency: transitive
dependency: "direct main"
description:
name: meta
url: "https://pub.dartlang.org"
Expand Down
5 changes: 3 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
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 plugin.
version: 0.10.0
version: 0.10.1
homepage: https://www.dooz-domotique.com/
repository: https://github.com/OZEO-DOOZ/nrf_mesh_plugin
issue_tracker: https://github.com/OZEO-DOOZ/nrf_mesh_plugin/issues

environment:
sdk: ">=2.14.0 <3.0.0"
flutter: ">=2.0.0 <3.0.0"
flutter: ">=2.0.0"

dependencies:
flutter:
Expand All @@ -21,6 +21,7 @@ dependencies:
freezed_annotation: ^0.14.0
# static analysis
flutter_lints: ^1.0.4
meta: ^1.7.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 4207510

Please sign in to comment.