Skip to content

Commit

Permalink
Update version - fixes #6
Browse files Browse the repository at this point in the history
  • Loading branch information
josephj committed May 24, 2021
1 parent a8706bf commit 420db60
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.11
12.18.0
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ class App extends React.Component {
description: "My Description",
startTime: "2018-10-07T10:30:00+10:00",
endTime: "2018-10-07T12:00:00+10:00",
location: "10 Carlotta St, Artarmon NSW 2064, Australia";
location: "10 Carlotta St, Artarmon NSW 2064, Australia",
attendees: [
"Hello World <hello@world.com>",
"Hey <hey@test.com>",
]
}
return (
<ICalendarLink event={event}>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-icalendar-link",
"version": "3.0.0",
"version": "3.0.1",
"description": "Ability to create link for downloading ics file",
"author": "josephj",
"license": "MIT",
Expand Down

0 comments on commit 420db60

Please sign in to comment.