Merge pull request #80 from scheglov/meta-1.3.0

Revert to 'meta: ^1.3.0'.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 662a062..12f4719 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
+## 1.0.3
+
+* Revert `meta` constraint to `^1.3.0`.
+
 ## 1.0.2
 
-* - Update `meta` constraint to `>=1.3.0 <3.0.0`.
+* Update `meta` constraint to `>=1.3.0 <3.0.0`.
 
 ## 1.0.1
 
diff --git a/pubspec.yaml b/pubspec.yaml
index d293025..470c3f7 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -2,14 +2,14 @@
 description: >-
   Utilities for the Dart VM Runtime including support for ANSI colors,
   file copying, and standard exit code values.
-version: 1.0.2
+version: 1.0.3
 repository: https://github.com/dart-lang/io
 
 environment:
   sdk: ">=2.12.0 <3.0.0"
 
 dependencies:
-  meta: '>=1.3.0 <3.0.0'
+  meta: ^1.3.0
   path: ^1.8.0
   string_scanner: ^1.1.0