Skip to content

Commit

Permalink
chore: Update lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
heyvito committed Jul 29, 2024
1 parent 26c505e commit f31ba6a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [0.5.1] - 2024-07-29
- Missed a lockfile update. This release has the same contents as 0.5.0

## [0.5.0] - 2024-07-29

### Added
Expand Down
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:
lucide-rails (0.4.0)
lucide-rails (0.5.1)
railties (>= 4.1.0)

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

module LucideRails
VERSION = "0.5.0"
VERSION = "0.5.1"
end

0 comments on commit f31ba6a

Please sign in to comment.