Revert to 'meta: ^1.3.0'. (#65)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3750523..c546fd4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.3.3
+
+- Reverted `meta` constraint to `^1.3.0`.
+
 ## 0.3.2
 
 - Update `meta` constraint to `>=1.3.0 <3.0.0`.
diff --git a/pubspec.yaml b/pubspec.yaml
index 18e3c58..a5ab878 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: cli_util
-version: 0.3.2
+version: 0.3.3
 description: A library to help in building Dart command-line apps.
 repository: https://github.com/dart-lang/cli_util
 
@@ -7,7 +7,7 @@
   sdk: '>=2.12.0 <3.0.0'
 
 dependencies:
-  meta: '>=1.3.0 <3.0.0'
+  meta: ^1.3.0
   path: ^1.8.0
 
 dev_dependencies: