Bläddra i källkod

updated version to 1.2.2

Kevin Gray 7 år sedan
förälder
incheckning
a48211db08
2 ändrade filer med 3 tillägg och 3 borttagningar
  1. 2 2
      README.md
  2. 1 1
      pubspec.yaml

+ 2 - 2
README.md

@@ -3,7 +3,7 @@
 
 
 The brightest, hippest, coolest router for Flutter.
 The brightest, hippest, coolest router for Flutter.
 
 
-[![Version](https://img.shields.io/badge/version-1.2.1-blue.svg)](https://pub.dartlang.org/packages/fluro)
+[![Version](https://img.shields.io/badge/version-1.2.2-blue.svg)](https://pub.dartlang.org/packages/fluro)
 [![Build Status](https://travis-ci.org/goposse/fluro.svg?branch=master)](https://travis-ci.org/goposse/fluro)
 [![Build Status](https://travis-ci.org/goposse/fluro.svg?branch=master)](https://travis-ci.org/goposse/fluro)
 [![Coverage](https://codecov.io/gh/goposse/fluro/branch/master/graph/badge.svg)](https://codecov.io/gh/goposse/fluro)
 [![Coverage](https://codecov.io/gh/goposse/fluro/branch/master/graph/badge.svg)](https://codecov.io/gh/goposse/fluro)
 
 
@@ -40,7 +40,7 @@ var usersHandler = new Handler(handlerFunc: (BuildContext context, Map<String, d
 You should ensure that you add the router as a dependency in your flutter project.
 You should ensure that you add the router as a dependency in your flutter project.
 ```yaml
 ```yaml
 dependencies:
 dependencies:
- fluro: "^1.2.1"
+ fluro: "^1.2.2"
 ```
 ```
 
 
 You can also reference the git repo directly if you want:
 You can also reference the git repo directly if you want:

+ 1 - 1
pubspec.yaml

@@ -1,6 +1,6 @@
 name: fluro
 name: fluro
 description: The brightest, hippest, coolest router for Flutter.
 description: The brightest, hippest, coolest router for Flutter.
-version: 1.2.1
+version: 1.2.2
 author: Posse Productions LLC <apps@goposse.com>
 author: Posse Productions LLC <apps@goposse.com>
 homepage: https://github.com/goposse/fluro
 homepage: https://github.com/goposse/fluro