Skip to content

Commit

Permalink
Update PhlexyUI version to 0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
davidalejandroaguilar committed Oct 26, 2024
1 parent d5b1d95 commit 38a2829
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
phlexy_ui (0.1.17)
phlexy_ui (0.1.18)
phlex (>= 1.10)
zeitwerk (~> 2.6)

Expand Down
2 changes: 1 addition & 1 deletion lib/phlexy_ui/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module PhlexyUI
VERSION = "0.1.17"
VERSION = "0.1.18"
end
2 changes: 1 addition & 1 deletion phlexy_ui.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "phlexy_ui"
s.version = "0.1.17"
s.version = "0.1.18"
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"
Expand Down

0 comments on commit 38a2829

Please sign in to comment.