Skip to content

Commit d144598

Browse files
committed
Update to version 1.6.2-beta2
1 parent 0c01f1b commit d144598

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest-beta.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.6.2-rrule-utc-coercion",
4+
"version": "1.6.2-beta2",
55
"minAppVersion": "1.5.3",
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.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-ics",
3-
"version": "1.6.2-rrule-utc-coercion",
3+
"version": "1.6.2-beta2",
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
@@ -38,5 +38,6 @@
3838
"1.6.0": "1.5.3",
3939
"1.6.1test": "1.5.3",
4040
"1.6.1": "1.5.3",
41-
"1.6.2-rrule-utc-coercion": "1.5.3"
41+
"1.6.2-rrule-utc-coercion": "1.5.3",
42+
"1.6.2-beta2": "1.5.3"
4243
}

0 commit comments

Comments
 (0)