From b198d3ea902a00a6f395b9d3e942ad4cdd940c9e Mon Sep 17 00:00:00 2001 From: Nixon Date: Tue, 2 Jul 2024 10:43:43 -0300 Subject: [PATCH] new version --- Gemfile.lock | 2 +- lib/css_zero/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 283e612a..2df786d4 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 30798365..d3bf0e97 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