Skip to content

Commit

Permalink
- Updated to support Dart 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Herohtar committed Jul 26, 2018
1 parent 2d8ecd3 commit 7944a7e
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
@@ -1,3 +1,7 @@
## v1.0.3 - 2018-07-26

* Updated to support Dart 2

## v1.0.2 - 2018-07-25

* Updated to use `json_serializable` v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: credentials_helper
description: Provides a helper class to simplify loading credentials from JSON
version: 1.0.2
version: 1.0.3
author: "Herohtar <[email protected]>"
homepage: https://github.com/herohtar/credentials_helper

Expand All @@ -13,4 +13,4 @@ dev_dependencies:
json_serializable: ^1.0.0

environment:
sdk: ">=2.0.0-dev.58.0 <2.0.0"
sdk: ">=2.0.0-dev.58.0 <3.0.0"

0 comments on commit 7944a7e

Please sign in to comment.