diff --git a/Gemfile.lock b/Gemfile.lock index 4997832..1c85cc5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - phlexy_ui (0.1.7) + phlexy_ui (0.1.8) phlex (~> 1.10) zeitwerk (~> 2.6) diff --git a/lib/phlexy_ui/version.rb b/lib/phlexy_ui/version.rb index 0bd4a5d..8d09842 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.7" + VERSION = "0.1.8" end diff --git a/phlexy_ui.gemspec b/phlexy_ui.gemspec index 4bce7cf..88a73c3 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.7" + s.version = "0.1.8" 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"