bump version to 1.3.0 because of breaking change

This commit is contained in:
Luke 2018-03-12 19:43:19 -07:00
parent 06633c8a6b
commit c0f416a316
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# 1.2.2
# 1.3.0
- **BREAKING**: Parameters now return an array of results even if they have a single value.
- Support for parameter arrays. e.g: `/some/route?color=red&color=green&color=blue`.
- Results can now be passed via `Navigator.pop` via use of a `Future`.

View File

@ -3,7 +3,7 @@
The brightest, hippest, coolest router for Flutter.
[![Version](https://img.shields.io/badge/version-1.2.2-blue.svg)](https://pub.dartlang.org/packages/fluro)
[![Version](https://img.shields.io/badge/version-1.3.0-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)
[![Coverage](https://codecov.io/gh/goposse/fluro/branch/master/graph/badge.svg)](https://codecov.io/gh/goposse/fluro)
@ -25,7 +25,7 @@ See CHANGELOG for all breaking (and non-breaking) changes.
You should ensure that you add the router as a dependency in your flutter project.
```yaml
dependencies:
fluro: "^1.2.2"
fluro: "^1.3.0"
```
You can also reference the git repo directly if you want:

View File

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