Skip to content

Commit 8c27054

Browse files
committed
chore: Prepare to release 0.3.0
1 parent b8eb2b9 commit 8c27054

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2022 Victor Gama
3+
Copyright (c) 2022-2024 Vito Sartori
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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.2.0"
4+
VERSION = "0.3.0"
55
end

lucide-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require_relative "lib/lucide-rails/version"
55
Gem::Specification.new do |spec|
66
spec.name = "lucide-rails"
77
spec.version = LucideRails::VERSION
8-
spec.authors = ["Victor Gama"]
8+
spec.authors = ["Vito Sartori"]
99
spec.email = ["[email protected]"]
1010

1111
spec.summary = "Ruby on Rails views helper method for rendering Lucide icons."

0 commit comments

Comments
 (0)