From 77d46f1ca3eed31aac2314dfe5dc79b4b60552ea Mon Sep 17 00:00:00 2001 From: Ali Hamdi Ali Fadel Date: Fri, 25 Oct 2024 19:33:06 +0000 Subject: [PATCH] Update version to 1.2.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 5f0eb45dc..e2cc21359 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - phlex-icons (1.1.0) + phlex-icons (1.2.0) phlex (>= 1.11) GEM diff --git a/lib/phlex/icons/version.rb b/lib/phlex/icons/version.rb index fc918c458..5383e77ee 100644 --- a/lib/phlex/icons/version.rb +++ b/lib/phlex/icons/version.rb @@ -2,6 +2,6 @@ module Phlex module Icons - VERSION = '1.1.0' + VERSION = '1.2.0' end end