From 837146affae8057200770287db4753b973063a2a Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Sun, 13 Oct 2024 08:47:50 -0700 Subject: [PATCH] v1.19.1 --- Gemfile.lock | 2 +- lib/css_parser/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bda026e..e37803e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - css_parser (1.19.0) + css_parser (1.19.1) addressable GEM diff --git a/lib/css_parser/version.rb b/lib/css_parser/version.rb index 357c128..7ac0032 100644 --- a/lib/css_parser/version.rb +++ b/lib/css_parser/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module CssParser - VERSION = '1.19.0'.freeze + VERSION = '1.19.1'.freeze end