Skip to content
This repository was archived by the owner on Aug 2, 2021. It is now read-only.

Commit 4c46c56

Browse files
author
Luiz Mineo
committed
Update route_hierarchical version constraint
1 parent 2ad9d6a commit 4c46c56

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##v0.5.20
2+
3+
* Update `route_hierarchical` version constraint.
4+
15
##v0.5.19
26
* Fix: Error when setting `Intereptor.parseRequestBody = true` (Thanks to [platelk](https://github.com/platelk). See PR [#46](https://github.com/luizmineo/redstone.dart/pull/46)).
37

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: redstone
2-
version: 0.5.19
2+
version: 0.5.20
33
author: Luiz Mineo <[email protected]>
44
description: A metadata driven microframework for Dart
55
homepage: http://redstonedart.org
@@ -9,7 +9,7 @@ dependencies:
99
collection: '>=0.9.4 <2.0.0'
1010
crypto: '>=0.9.0 <0.10.0'
1111
grinder: '>=0.6.1 <0.7.0'
12-
route_hierarchical: '>=0.5.0 <0.6.0'
12+
route_hierarchical: '>=0.6.1 <0.7.0'
1313
di: ">=3.3.1 <4.0.0"
1414
shelf: ">=0.5.5 <0.6.0"
1515
mime: ">=0.9.0+1 <0.10.0"

0 commit comments

Comments
 (0)