Skip to content

Commit 30c3827

Browse files
committed
Bump version to 0.4.0
1 parent 9cb5d47 commit 30c3827

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
PATH
22
remote: .
33
specs:
4-
add_to_calendar (0.3.0)
4+
add_to_calendar (0.4.0)
55
tzinfo (>= 1.1, < 3)
66
tzinfo-data (~> 1.2020)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
1111
coderay (1.1.3)
12-
concurrent-ruby (1.1.6)
12+
concurrent-ruby (1.1.10)
1313
method_source (1.0.0)
1414
minitest (5.18.0)
1515
pry (0.14.2)
1616
coderay (~> 1.1)
1717
method_source (~> 1.0)
1818
rake (13.0.1)
1919
timecop (0.9.6)
20-
tzinfo (2.0.2)
20+
tzinfo (2.0.5)
2121
concurrent-ruby (~> 1.0)
2222
tzinfo-data (1.2020.1)
2323
tzinfo (>= 1.0.0)

lib/add_to_calendar/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module AddToCalendar
2-
VERSION = "0.3.0"
2+
VERSION = "0.4.0"
33
end

0 commit comments

Comments
 (0)