Skip to content

Commit

Permalink
Change version to 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
featherJ committed Sep 8, 2022
1 parent 84a9a61 commit c643622
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 21 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.9.4
* Add: Ensure that the interval between sending data is at least 30ms.
* Add: Add 'requestConnectionPriority' function to BlePeripheral.


## 0.9.3
* Add: Stop current scanning before 'scanDevices'.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
你可以通过命令 `flutter pub add ble_ex` 直接安装 `ble_ex` 插件,这将自动为你项目内的 `pubspec.yaml` 文件的 `dependencies` 字段中增加如下依赖
```yaml
dependencies:
ble_ex: ^0.9.3
ble_ex: ^0.9.4
```
#### 从 github 安装
需要你手动在 `pubspec.yaml` 文件的 `dependencies` 字段中增加如下依赖
Expand All @@ -25,7 +25,7 @@ dependencies:
ble_ex:
git:
url: https://github.com/featherJ/ble_ex.git
ref: ^0.9.2
ref: ^0.9.4
```
然后执行命令
```
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.9.3"
version: "0.9.4"
boolean_selector:
dependency: transitive
description:
Expand Down
34 changes: 17 additions & 17 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.8.1"
version: "2.8.2"
boolean_selector:
dependency: transitive
description:
Expand All @@ -21,7 +21,7 @@ packages:
name: characters
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.2.0"
charcode:
dependency: transitive
description:
Expand All @@ -42,14 +42,14 @@ packages:
name: collection
url: "https://pub.dartlang.org"
source: hosted
version: "1.15.0"
version: "1.16.0"
fake_async:
dependency: transitive
description:
name: fake_async
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.3.0"
fixnum:
dependency: transitive
description:
Expand Down Expand Up @@ -101,7 +101,14 @@ packages:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.10"
version: "0.12.11"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.4"
meta:
dependency: transitive
description:
Expand All @@ -115,7 +122,7 @@ packages:
name: path
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0"
version: "1.8.1"
plugin_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -155,7 +162,7 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.1"
version: "1.8.2"
stack_trace:
dependency: transitive
description:
Expand Down Expand Up @@ -190,21 +197,14 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.2"
typed_data:
dependency: transitive
description:
name: typed_data
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0"
version: "0.4.9"
vector_math:
dependency: transitive
description:
name: vector_math
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "2.1.2"
sdks:
dart: ">=2.12.0 <3.0.0"
dart: ">=2.17.0-0 <3.0.0"
flutter: ">=2.0.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ble_ex
description: A Flutter library based on flutter_reactive_ble. Added more operations for BLE communication.
version: 0.9.3
version: 0.9.4
homepage: https://github.com/featherJ/ble_ex

environment:
Expand Down

0 comments on commit c643622

Please sign in to comment.