From f4b6c609fb2ba4acaf988e51a6df5af408701b94 Mon Sep 17 00:00:00 2001 From: Nixon Date: Tue, 2 Jul 2024 14:27:58 -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 bde01f4..66de2a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - css-zero (0.0.12) + css-zero (0.0.13) GEM remote: https://rubygems.org/ diff --git a/lib/css_zero/version.rb b/lib/css_zero/version.rb index 2ca557b..9842236 100644 --- a/lib/css_zero/version.rb +++ b/lib/css_zero/version.rb @@ -1,3 +1,3 @@ module CssZero - VERSION = "0.0.12" + VERSION = "0.0.13" end