Skip to content

Commit 9863e3d

Browse files
committed
1.0.4
1 parent bf5c680 commit 9863e3d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "easy-timeline",
33
"name": "Easy Timeline",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"minAppVersion": "0.15.0",
66
"description": "Simplifies creating and visualizing timelines from text using dates and metadata",
77
"author": "Romelium",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-easy-timeline",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Simplifies creating and visualizing timelines from text using dates and metadata",
55
"main": "main.js",
66
"scripts": {

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"1.0.0": "0.15.0",
33
"1.0.1": "0.15.0",
44
"1.0.2": "0.15.0",
5-
"1.0.3": "0.15.0"
5+
"1.0.3": "0.15.0",
6+
"1.0.4": "0.15.0"
67
}

0 commit comments

Comments
 (0)