Skip to content

Commit

Permalink
Roll sdk dependencies to < 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
orthros committed Mar 13, 2018
1 parent c7830f7 commit 7d08d97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.2.7] - 2018-03-13
### Added
- Added upper limit of Dart version to 2.0.1

## [1.2.6] - 2018-03-12
### Added
- Added Support for Dart 2.0
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: epub
version: 1.2.6
version: 1.2.7
author: Colin Nelson <[email protected]>
description: Epub Parser for Dart. Suitable for use on the Web or in Flutter
homepage: https://github.com/orthros/dart-epub
environment:
sdk: ">=1.21.0 <=2.0.0"
sdk: ">=1.21.0 <2.0.1"
dependencies:
async: "^1.8.0"
archive: "^1.0.33"
Expand Down

0 comments on commit 7d08d97

Please sign in to comment.