Skip to content

Commit

Permalink
v1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepighetti committed Oct 20, 2020
1 parent 84fc898 commit 93b23c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.7.4

- add documentation to public members

# 1.7.3

- add FluroRouter.navigateTo(.rootNavigator, .nullOk)
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.7.3"
version: "1.7.4"
flutter:
dependency: "direct main"
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fluro
description: Fluro is a Flutter routing library that adds flexible routing options like wildcards, named parameters and clear route definitions.
version: 1.7.3
version: 1.7.4
homepage: https://github.com/lukepighetti/fluro

environment:
Expand Down

0 comments on commit 93b23c1

Please sign in to comment.