Skip to content

Commit

Permalink
Fix versioning (revision instead of minor). (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
matanlurey committed Mar 20, 2018
1 parent 07bb52e commit d3db386
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## 1.15.0
## 1.14.9

* Fixed bugs where `QueueList`, `MapKeySet`, and `MapValueSet` did not adhere to
the contract laid out by `List.cast`, `Set.cast` and `Map.cast` respectively.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
@@ -1,5 +1,5 @@
name: collection
version: 1.15.0
version: 1.14.9
author: Dart Team <misc@dartlang.org>
description: Collections and utilities functions and classes related to collections.
homepage: https://www.github.com/dart-lang/collection
Expand All @@ -9,7 +9,7 @@ environment:
sdk: '>=2.0.0-dev.22.0 <2.0.0'

dev_dependencies:
build_runner: ^0.7.11
build_runner: ^0.8.0
build_test: ^0.10.0
build_web_compilers: ^0.3.1
test: ^0.12.0

0 comments on commit d3db386

Please sign in to comment.