Skip to content

Commit

Permalink
Release version 0.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
davidalejandroaguilar committed Nov 26, 2024
1 parent f88d3f5 commit d3f9ca5
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.20)
phlexy_ui (0.1.21)
phlex (>= 1.10)
zeitwerk (~> 2.6)

Expand Down
2 changes: 1 addition & 1 deletion lib/phlexy_ui/updated_at.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
module PhlexyUI
# This timestamp is automatically updated when releasing a new version
# Format: YYYY-MM-DD HH:MM:SS UTC
UPDATED_AT = "2024-11-26 12:47:27 UTC"
UPDATED_AT = "2024-11-26 14:08:22 UTC".freeze
end
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.20"
VERSION = "0.1.21"
end

0 comments on commit d3f9ca5

Please sign in to comment.