Skip to content

Commit f31ba6a

Browse files
committed
chore: Update lockfile
1 parent 26c505e commit f31ba6a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [0.5.1] - 2024-07-29
2+
- Missed a lockfile update. This release has the same contents as 0.5.0
3+
14
## [0.5.0] - 2024-07-29
25

36
### Added

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
lucide-rails (0.4.0)
4+
lucide-rails (0.5.1)
55
railties (>= 4.1.0)
66

77
GEM

lib/lucide-rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module LucideRails
4-
VERSION = "0.5.0"
4+
VERSION = "0.5.1"
55
end

0 commit comments

Comments
 (0)