Skip to content

Commit

Permalink
Update to version 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
muness committed Jan 11, 2024
1 parent d1230d1 commit fa998b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "ics",
"name": "ICS",
"version": "1.5.3",
"minAppVersion": "1.4.16",
"version": "1.5.4",
"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": "Muness Castle",
"authorUrl": "https://github.com/muness",
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.5.3",
"version": "1.5.4",
"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 @@ -33,5 +33,6 @@
"1.5.1b": "1.4.16",
"1.5.1": "1.4.16",
"1.5.2": "1.4.16",
"1.5.3": "1.4.16"
"1.5.3": "1.4.16",
"1.5.4": "1.5.3"
}

0 comments on commit fa998b2

Please sign in to comment.