From 287606d219b1cc6b4eb9944c3f59c99b6d3f1e97 Mon Sep 17 00:00:00 2001 From: MrBrdo Date: Sun, 10 Jun 2012 23:41:44 +0200 Subject: [PATCH] version --- Gemfile.lock | 2 +- lib/rack/webconsole/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5c309f4..4030733 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rack-webconsole-pry (0.1.5) + rack-webconsole-pry (0.1.6) json multi_json (>= 1.0.3) pry diff --git a/lib/rack/webconsole/version.rb b/lib/rack/webconsole/version.rb index 57c32e0..6f230f8 100644 --- a/lib/rack/webconsole/version.rb +++ b/lib/rack/webconsole/version.rb @@ -2,6 +2,6 @@ module Rack class Webconsole # rack-webconsole version number. - VERSION = "0.1.5" + VERSION = "0.1.6" end end