Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
luanpotter committed Nov 29, 2020
1 parent 1289af7 commit 403dd41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.1

- Simplify implementation of iterator and removeWhere

## 2.0.0

- Change removeWhere api
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ordered_set
description: A simple implementation of an Ordered Set for Dart that allows multiple items with the same priority.
version: 2.0.0
version: 2.0.1
homepage: https://github.com/luanpotter/ordered_set

environment:
Expand Down

0 comments on commit 403dd41

Please sign in to comment.