lukepighetti 5 years ago
parent
commit
7ba9f94771
3 changed files with 12 additions and 2 deletions
  1. 10 0
      CHANGELOG.md
  2. 1 1
      example/pubspec.lock
  3. 1 1
      pubspec.yaml

+ 10 - 0
CHANGELOG.md

@@ -1,3 +1,13 @@
+# 1.7.2
+
+- Change to MIT license
+- Setup GitHub Actions
+- Update README text & badges
+
+# 1.7.1
+
+- No changes, publish error.
+
 # 1.7.0
 
 - Regenerated package & example

+ 1 - 1
example/pubspec.lock

@@ -63,7 +63,7 @@ packages:
       path: ".."
       relative: true
     source: path
-    version: "1.7.0"
+    version: "1.7.2"
   flutter:
     dependency: "direct main"
     description: flutter

+ 1 - 1
pubspec.yaml

@@ -1,6 +1,6 @@
 name: fluro
 description: Fluro is a Flutter routing library that adds flexible routing options like wildcards, named parameters and clear route definitions.
-version: 1.7.0
+version: 1.7.2
 homepage: https://github.com/lukepighetti/fluro
 
 environment: