From 6d5c900e9625056a7fe3fde04ea84abc835e074f Mon Sep 17 00:00:00 2001 From: Ali Hamdi Ali Fadel Date: Mon, 2 Sep 2024 12:26:16 +0000 Subject: [PATCH] Bump gem version --- Gemfile.lock | 2 +- lib/phlex/icons/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bdb8a4ad3..eb4a1e005 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - phlex-icons (0.11.0) + phlex-icons (0.12.0) phlex (~> 1.11) GEM diff --git a/lib/phlex/icons/version.rb b/lib/phlex/icons/version.rb index bad9c9924..2e6e41459 100644 --- a/lib/phlex/icons/version.rb +++ b/lib/phlex/icons/version.rb @@ -2,6 +2,6 @@ module Phlex module Icons - VERSION = '0.11.0' + VERSION = '0.12.0' end end