From 9c0f0a120c4620e4470347e07ef2d19d36d8a293 Mon Sep 17 00:00:00 2001 From: David Alejandro <15317732+davidalejandroaguilar@users.noreply.github.com> Date: Wed, 25 Sep 2024 00:48:20 +0200 Subject: [PATCH] Update to version 0.1.6 --- 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 aae9bc5..431e153 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.5" + VERSION = "0.1.6" end diff --git a/phlexy_ui.gemspec b/phlexy_ui.gemspec index cdad4a2..3dee2d5 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.5" + s.version = "0.1.6" 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"