diff --git a/Gemfile.lock b/Gemfile.lock index 283e612..2df786d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - css-zero (0.0.10) + css-zero (0.0.11) GEM remote: https://rubygems.org/ diff --git a/lib/css_zero/version.rb b/lib/css_zero/version.rb index 3079836..d3bf0e9 100644 --- a/lib/css_zero/version.rb +++ b/lib/css_zero/version.rb @@ -1,3 +1,3 @@ module CssZero - VERSION = "0.0.10" + VERSION = "0.0.11" end