From f012fd2d3745b52faf829f8379f3ddc27ae3b5e0 Mon Sep 17 00:00:00 2001 From: David Alejandro <15317732+davidalejandroaguilar@users.noreply.github.com> Date: Sat, 23 Nov 2024 01:15:46 +0100 Subject: [PATCH] Update version to 0.1.20 --- lib/phlexy_ui/version.rb | 2 +- phlexy_ui.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/phlexy_ui/version.rb b/lib/phlexy_ui/version.rb index 273f349..7fb1d64 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.18" + VERSION = "0.1.20" end diff --git a/phlexy_ui.gemspec b/phlexy_ui.gemspec index e028c25..a7f5a3d 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.18" + s.version = "0.1.20" 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"