Skip to content

Commit 17085e7

Browse files
committed
chore: 🤖 Bump version to 0.1.0
1 parent 5d67101 commit 17085e7

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.1.0
2+
3+
* Add constants.dart.
4+
* Fix Android build failed.
5+
* Complete README.md for 0.1.0
6+
* Complete doc strings.
7+
8+
---
9+
110
## 0.0.4
211

312
* Add functions for String / Hex exchanging. (`utils.dart`)

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ packages:
9494
path: ".."
9595
relative: true
9696
source: path
97-
version: "0.0.4"
97+
version: "0.1.0"
9898
sky_engine:
9999
dependency: transitive
100100
description: flutter

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: serial_port_flutter
2-
description: A Flutter plugin integrated with Android-SerialPort-API
3-
version: 0.0.4
2+
description: A Flutter plugin integrated with Android-SerialPort-API, for connecting real device by serial port.
3+
version: 0.1.0
44
author: Bobson Lin <bobson801104@gmail.com>
55
homepage: https://github.com/BbsonLin/flutter_serial_port
66

0 commit comments

Comments
 (0)