Skip to content

Commit

Permalink
Merge pull request #104 from cloud-atlas-ai:lock-rrule-to-2.6.4
Browse files Browse the repository at this point in the history
Lock rrule to 2.6.4
  • Loading branch information
muness authored Jan 21, 2024
2 parents a853f73 + 0b18da1 commit 3fbdc4b
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 22 deletions.
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "ics",
"name": "ICS",
"version": "1.6.0",
"version": "1.6.1test",
"minAppVersion": "1.5.3",
"description": "Parse multiple ICS files to include in your notes. Designed for Daily Notes and the Day Planner format. Through templates you can customize it for other use cases.",
"author": "Cloud Atlas",
Expand Down
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-ics",
"version": "1.6.0",
"version": "1.6.1test",
"description": "Adds events from calendar ics published on the web to daily note on demand. Daily Note or Periodic Notes plugins: specifically it gets the date to search for events during from the currently open daily note.",
"main": "dist/main.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"license": "MIT",
"overrides": {
"node-ical": {
"rrule": "2.6.8"
"rrule": "2.6.4"
}
},
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@
"1.5.2": "1.4.16",
"1.5.3": "1.4.16",
"1.5.4": "1.5.3",
"1.6.0": "1.5.3"
"1.6.0": "1.5.3",
"1.6.1test": "1.5.3"
}

0 comments on commit 3fbdc4b

Please sign in to comment.