From 1ee429a6cff4b0ab607881c958adef21faaf0052 Mon Sep 17 00:00:00 2001 From: Luiz Mineo Date: Mon, 21 Jul 2014 21:11:16 -0300 Subject: [PATCH] bump version --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d57e247..cb2635e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v0.5.9 +* Fix: Redstone.dart can't be used with shelf_web_socket (issue #30). + ## v0.5.8+1 * Fixed docgen issue (see [dartdocs log](http://www.dartdocs.org/buildlogs/b-4066095f44173ae2e2ca3bb6a2f72-startupscript.log)) diff --git a/pubspec.yaml b/pubspec.yaml index a379bb4..0c909d4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: redstone -version: 0.5.8+1 +version: 0.5.9 author: Luiz Mineo description: A metadata driven microframework for Dart homepage: http://redstonedart.org