Allow the null-safe version of json_annotation (dart-lang/timing#14)
prepare to publish v0.1.1+3
diff --git a/pkgs/timing/.travis.yml b/pkgs/timing/.travis.yml
index 581db89..df41489 100644
--- a/pkgs/timing/.travis.yml
+++ b/pkgs/timing/.travis.yml
@@ -5,7 +5,7 @@
- dev
dart_task:
-- dartanalyzer: --fatal-infos --fatal-warnings .
+- dartanalyzer: --fatal-infos .
- test
matrix:
diff --git a/pkgs/timing/CHANGELOG.md b/pkgs/timing/CHANGELOG.md
index 8cb1627..c809220 100644
--- a/pkgs/timing/CHANGELOG.md
+++ b/pkgs/timing/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.1.1+3
+
+- Allow `package:json_annotation` `'>=1.0.0 <5.0.0'`.
+
## 0.1.1+2
- Support the latest version of `package:json_annotation`.
diff --git a/pkgs/timing/pubspec.yaml b/pkgs/timing/pubspec.yaml
index 0b9b4e4..cbbacc8 100644
--- a/pkgs/timing/pubspec.yaml
+++ b/pkgs/timing/pubspec.yaml
@@ -1,15 +1,15 @@
name: timing
-version: 0.1.1+3-dev
+version: 0.1.1+3
description: >-
A simple package for tracking the performance of synchronous and asynchronous
actions.
-homepage: https://github.com/dart-lang/timing
+repository: https://github.com/dart-lang/timing
environment:
sdk: ">=2.2.0 <3.0.0"
dependencies:
- json_annotation: '>=1.0.0 <4.0.0'
+ json_annotation: '>=1.0.0 <5.0.0'
dev_dependencies:
build_runner: ^1.0.0