Skip to content

Commit

Permalink
Update PhlexyUI version to 0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
davidalejandroaguilar committed Oct 25, 2024
1 parent 80a13f8 commit 8b5a0c0
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.12)
phlexy_ui (0.1.13)
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.12"
VERSION = "0.1.13"
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.12"
s.version = "0.1.13"
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 8b5a0c0

Please sign in to comment.