Skip to content

Commit

Permalink
Version bump (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurdm committed Dec 2, 2021
1 parent 18346f5 commit 23136dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion protobuf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 2.0.1-dev
## 2.0.1

* Fix bug of parsing map-values with default values.
* Merge fixes from version `1.1.2` - `1.1.4` into v2.

## 2.0.0
Expand Down
3 changes: 2 additions & 1 deletion protobuf/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: protobuf
version: 2.0.1-dev
version: 2.0.1
description: >-
Runtime library for protocol buffers support.
Use https://pub.dev/packages/protoc_plugin to generate dart code for your '.proto' files.
Expand All @@ -17,3 +17,4 @@ dev_dependencies:
benchmark_harness: ^2.0.0
js: ^0.6.3
lints: ^1.0.0
matcher: ^0.12.11

0 comments on commit 23136dc

Please sign in to comment.