Skip to content

Commit

Permalink
Updated packages and regenerated code
Browse files Browse the repository at this point in the history
  • Loading branch information
Herohtar committed Aug 8, 2019
1 parent 7944a7e commit a370ef0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 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.4 - 2019-08-07

* Updated packages

## v1.0.3 - 2018-07-26

* Updated to support Dart 2
Expand Down
4 changes: 2 additions & 2 deletions lib/src/credentials.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: credentials_helper
description: Provides a helper class to simplify loading credentials from JSON
version: 1.0.3
version: 1.0.4
author: "Herohtar <[email protected]>"
homepage: https://github.com/herohtar/credentials_helper

dependencies:
json_annotation: ^1.0.0
json_annotation: ^2.3.0

dev_dependencies:
test: ^1.3.0
build_runner: ^0.9.2
json_serializable: ^1.0.0
test: ^1.6.5
build_runner: ^1.6.5
json_serializable: ^2.3.0

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

0 comments on commit a370ef0

Please sign in to comment.