From 2fd49d26068ed7e56efe87671b6fdc1ec6208b45 Mon Sep 17 00:00:00 2001 From: Ali Hamdi Ali Fadel Date: Fri, 1 Nov 2024 00:31:31 +0000 Subject: [PATCH] Update version to 1.3.0 --- 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 e2cc2135..8d6747fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - phlex-icons (1.2.0) + phlex-icons (1.3.0) phlex (>= 1.11) GEM diff --git a/lib/phlex/icons/version.rb b/lib/phlex/icons/version.rb index 5383e77e..cc7ecfa2 100644 --- a/lib/phlex/icons/version.rb +++ b/lib/phlex/icons/version.rb @@ -2,6 +2,6 @@ module Phlex module Icons - VERSION = '1.2.0' + VERSION = '1.3.0' end end