diff --git a/Gemfile.lock b/Gemfile.lock index 4030733..ee3ec48 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rack-webconsole-pry (0.1.6) + rack-webconsole-pry (0.1.7) json multi_json (>= 1.0.3) pry diff --git a/lib/rack/webconsole/version.rb b/lib/rack/webconsole/version.rb index 6f230f8..e329a5b 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.6" + VERSION = "0.1.7" end end