Skip to content

Commit

Permalink
bump version -> 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xinthink committed Jan 15, 2020
1 parent 9f0c980 commit b7ef136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: collection_ext
description: A set of useful extension methods for Dart collections, designed in the purpose of making it easier to write functional-programming-style, concise Dart code.

version: 0.1.0-dev
version: 0.1.0
homepage: https://github.com/xinthink/dart_collection_ext/
repository: https://github.com/xinthink/dart_collection_ext/

environment:
sdk: ^2.7.0
sdk: ">=2.7.0 <3.0.0"

dependencies:
tuple: ^1.0.3
Expand Down

0 comments on commit b7ef136

Please sign in to comment.