bump version

This commit is contained in:
Luke Freeman 2018-07-21 10:29:01 -07:00
parent e648217562
commit eb7da792bc
3 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
# 1.3.2
- Dart 2 package (pubspec) compliance changes ONLY
- **Note**: No functional changes
# 1.3.1
- Fixes an issue with the route generator (result cannot be Null)

View File

@ -3,7 +3,7 @@
The brightest, hippest, coolest router for Flutter.
[![Version](https://img.shields.io/badge/version-1.3.1-blue.svg)](https://pub.dartlang.org/packages/fluro)
[![Version](https://img.shields.io/badge/version-1.3.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)
[![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.3.1"
fluro: "^1.3.2"
```
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.3.1
version: 1.3.2
author: Posse Productions LLC <apps@goposse.com>
homepage: https://github.com/goposse/fluro