diff --git a/Gemfile.lock b/Gemfile.lock index f677287d5ea4b4136ac55f087515f26af791f382..cd737807e6a59c03cd0965f44b379fb64c4bc1d5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - casino (0.0.2) + casino (0.0.3) casino_core (~> 1.1.0) jquery-rails (~> 2.1) rails (~> 3.2.9) diff --git a/lib/casino/version.rb b/lib/casino/version.rb index ebbdc78be9406b171ee9eae1fa91a2ea52abb455..6bbc8a285fe6633135b2074406df454447e9395e 100644 --- a/lib/casino/version.rb +++ b/lib/casino/version.rb @@ -1,3 +1,3 @@ module CASino - VERSION = '0.0.2' + VERSION = '0.0.3' end