Skip to content

Commit

Permalink
Update to version 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
muness committed Mar 20, 2024
1 parent 70116b3 commit f8d934e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "ics",
"name": "ICS",
"version": "1.6.4",
"version": "1.6.5",
"minAppVersion": "1.5.11",
"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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-ics",
"version": "1.6.4",
"version": "1.6.5",
"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 Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@
"1.6.2-beta2": "1.5.3",
"1.6.2-beta3": "1.5.3",
"1.6.3": "1.5.3",
"1.6.4": "1.5.11"
"1.6.4": "1.5.11",
"1.6.5": "1.5.11"
}

0 comments on commit f8d934e

Please sign in to comment.