Skip to content

Commit

Permalink
Update dart version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
featherJ committed Aug 25, 2022
1 parent a1c692b commit addabf2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.9.1

* Optimize the project structure.
* Update Readme.md file.

## 0.9.0

* The first open source version
* The first open source version.
2 changes: 1 addition & 1 deletion dart/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.9.0"
version: "0.9.1"
sky_engine:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: proto_bytes
description: A Flutter library for binary protocol serialization and deserialization.
version: 0.9.0
version: 0.9.1
homepage: https://github.com/featherJ/protobytes
environment:
sdk: ">=2.17.6 <3.0.0"
Expand Down

0 comments on commit addabf2

Please sign in to comment.