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

Commit

Permalink
Update route_hierarchical version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
Luiz Mineo committed Jan 30, 2015
1 parent 2ad9d6a commit 4c46c56
Show file tree
Hide file tree
Showing 2 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 @@
##v0.5.20

* Update `route_hierarchical` version constraint.

##v0.5.19
* 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)).

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: redstone
version: 0.5.19
version: 0.5.20
author: Luiz Mineo <[email protected]>
description: A metadata driven microframework for Dart
homepage: http://redstonedart.org
Expand All @@ -9,7 +9,7 @@ dependencies:
collection: '>=0.9.4 <2.0.0'
crypto: '>=0.9.0 <0.10.0'
grinder: '>=0.6.1 <0.7.0'
route_hierarchical: '>=0.5.0 <0.6.0'
route_hierarchical: '>=0.6.1 <0.7.0'
di: ">=3.3.1 <4.0.0"
shelf: ">=0.5.5 <0.6.0"
mime: ">=0.9.0+1 <0.10.0"
Expand Down

0 comments on commit 4c46c56

Please sign in to comment.