Skip to content

Commit 5219ca2

Browse files
committed
1.0.1
1 parent fcf437b commit 5219ca2

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
"authorUrl": "https://github.com/romelium",
99
"fundingUrl": "https://ko-fi.com/romelium",
1010
"isDesktopOnly": false
11-
}
11+
}

package.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
{
22
"name": "obsidian-easy-timeline",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "An Obsidian plugin to easily add timelines",
55
"main": "main.js",
66
"scripts": {
77
"dev": "node esbuild.config.mjs",
88
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
99
"version": "node version-bump.mjs && git add manifest.json versions.json"
1010
},
11-
"keywords": ["obsidian", "plugin", "timeline"],
11+
"keywords": [
12+
"obsidian",
13+
"plugin",
14+
"timeline"
15+
],
1216
"author": "Romelium",
1317
"license": "MIT",
1418
"devDependencies": {

versions.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"1.0.0": "0.15.0"
3-
}
2+
"1.0.0": "0.15.0",
3+
"1.0.1": "0.15.0"
4+
}

0 commit comments

Comments
 (0)