From c0f416a3169f18d6aae4d4be1f94c3c0992b6be7 Mon Sep 17 00:00:00 2001 From: Luke Date: Mon, 12 Mar 2018 19:43:19 -0700 Subject: [PATCH] bump version to 1.3.0 because of breaking change --- CHANGELOG.md | 2 +- README.md | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86d0284..1964ffa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/README.md b/README.md index ca7d3d6..da0bf80 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/pubspec.yaml b/pubspec.yaml index 1a51fe7..ee1f309 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 homepage: https://github.com/goposse/fluro