bump version

This commit is contained in:
Luke Freeman 2018-07-30 20:15:15 -07:00
parent 3932235bfb
commit c51031e6e3
3 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,6 @@
# 1.3.4
- Change lower dart version to cater to older flutter versions
# 1.3.3
- Fix analyzer issues
- Remove deprecations in example code

View File

@ -3,7 +3,7 @@
The brightest, hippest, coolest router for Flutter.
[![Version](https://img.shields.io/badge/version-1.3.3-blue.svg)](https://pub.dartlang.org/packages/fluro)
[![Version](https://img.shields.io/badge/version-1.3.4-blue.svg)](https://pub.dartlang.org/packages/fluro)
[![Build Status](https://travis-ci.org/theyakka/fluro.svg?branch=master)](https://travis-ci.org/theyakka/fluro)
[![Coverage](https://codecov.io/gh/theyakka/fluro/branch/master/graph/badge.svg)](https://codecov.io/gh/theyakka/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.3"
fluro: "^1.3.4"
```
You can also reference the git repo directly if you want:

View File

@ -2,7 +2,7 @@ name: fluro
description: >
Fluro is a Flutter routing library that adds flexible routing options like wildcards, named
parameters and clear route definitions.
version: 1.3.3
version: 1.3.4
author: Yakka, LLC <flutter@theyakka.com>
homepage: https://github.com/theyakka/fluro