From 48e030dff1554eaca56363bf1ce36f19f4709ac8 Mon Sep 17 00:00:00 2001 From: Ali Hamdi Ali Fadel Date: Tue, 3 Sep 2024 09:58:41 +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 3cb6ff32..1c676e52 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - phlex-icons (0.14.0) + phlex-icons (0.15.0) phlex (~> 1.11) GEM diff --git a/lib/phlex/icons/version.rb b/lib/phlex/icons/version.rb index 469c16c7..f14e9dec 100644 --- a/lib/phlex/icons/version.rb +++ b/lib/phlex/icons/version.rb @@ -2,6 +2,6 @@ module Phlex module Icons - VERSION = '0.14.0' + VERSION = '0.15.0' end end