From 07a63bc274a9df0cb8d90d776fb2ec83cec74f5e Mon Sep 17 00:00:00 2001 From: David Alejandro <15317732+davidalejandroaguilar@users.noreply.github.com> Date: Sat, 26 Oct 2024 22:02:51 +0200 Subject: [PATCH] Update PhlexyUI version to 0.1.17 --- Gemfile.lock | 2 +- lib/phlexy_ui/version.rb | 2 +- phlexy_ui.gemspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f064ab3..9c89b62 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - phlexy_ui (0.1.16) + phlexy_ui (0.1.17) phlex (>= 1.10) zeitwerk (~> 2.6) diff --git a/lib/phlexy_ui/version.rb b/lib/phlexy_ui/version.rb index 1ec799b..d461626 100644 --- a/lib/phlexy_ui/version.rb +++ b/lib/phlexy_ui/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module PhlexyUI - VERSION = "0.1.16" + VERSION = "0.1.17" end diff --git a/phlexy_ui.gemspec b/phlexy_ui.gemspec index df989aa..2f17a4b 100644 --- a/phlexy_ui.gemspec +++ b/phlexy_ui.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "phlexy_ui" - s.version = "0.1.16" + s.version = "0.1.17" s.licenses = ["MIT"] s.summary = "PhlexyUI is a Ruby UI component library for DaisyUI using Phlex" s.description = "PhlexyUI is a Ruby UI component library for DaisyUI using Phlex"