From 2ad9d6a14b0891f44077230160d73c247386832a Mon Sep 17 00:00:00 2001 From: Luiz Mineo Date: Sat, 25 Oct 2014 11:53:02 -0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 3 +++ pubspec.yaml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28d5361..0d0aa71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +##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)). + ## v0.5.18 * Updated to Grinder v0.6.1 (see [documentation](https://github.com/luizmineo/redstone.dart/wiki/Deploy)) diff --git a/pubspec.yaml b/pubspec.yaml index f311f59..842d7ae 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,10 +1,10 @@ name: redstone -version: 0.5.18 +version: 0.5.19 author: Luiz Mineo description: A metadata driven microframework for Dart homepage: http://redstonedart.org environment: - sdk: '>=1.7.0-dev.4.5 <2.0.0' + sdk: '>=1.7.0 <2.0.0' dependencies: collection: '>=0.9.4 <2.0.0' crypto: '>=0.9.0 <0.10.0'