Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Apr 1, 2024
1 parent 1e3e320 commit 731b8e6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: .
specs:
simple_calendar (3.0.3)
simple_calendar (3.0.4)
rails (>= 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
simple_calendar (3.0.3)
simple_calendar (3.0.4)
rails (>= 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
simple_calendar (3.0.3)
simple_calendar (3.0.4)
rails (>= 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
simple_calendar (3.0.3)
simple_calendar (3.0.4)
rails (>= 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_main.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ GIT
PATH
remote: ..
specs:
simple_calendar (3.0.3)
simple_calendar (3.0.4)
rails (>= 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/simple_calendar/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SimpleCalendar
VERSION = "3.0.3"
VERSION = "3.0.4"
end

0 comments on commit 731b8e6

Please sign in to comment.