Skip to content

Commit

Permalink
Update to version 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
davidalejandroaguilar committed Sep 26, 2024
1 parent bf5d808 commit 1323b0c
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.6)
phlexy_ui (0.1.7)
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.6"
VERSION = "0.1.7"
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.6"
s.version = "0.1.7"
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 1323b0c

Please sign in to comment.