Skip to content

Commit d6aa8b8

Browse files
authored
Merge pull request #154 from cloud-atlas-ai/release/1.8.3.1
Release 1.8.3.1
2 parents a493bdb + 7092a5c commit d6aa8b8

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "ics",
33
"name": "ICS",
4-
"version": "1.8.3",
4+
"version": "1.8.3.1",
55
"minAppVersion": "1.7.7",
66
"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.",
77
"author": "Cloud Atlas",

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-ics",
3-
"version": "1.8.3",
3+
"version": "1.8.3.1",
44
"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.",
55
"main": "dist/main.js",
66
"scripts": {

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@
5555
"1.8.0": "1.7.7",
5656
"1.8.1": "1.7.7",
5757
"1.8.2": "1.7.7",
58-
"1.8.3": "1.7.7"
58+
"1.8.3": "1.7.7",
59+
"1.8.3.1": "1.7.7"
5960
}

0 commit comments

Comments
 (0)