Skip to content

Commit d21eaa8

Browse files
committed
1.0.5
1 parent c8b8292 commit d21eaa8

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.4",
4+
"version": "1.0.5",
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.4",
3+
"version": "1.0.5",
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
@@ -3,5 +3,6 @@
33
"1.0.1": "0.15.0",
44
"1.0.2": "0.15.0",
55
"1.0.3": "0.15.0",
6-
"1.0.4": "0.15.0"
6+
"1.0.4": "0.15.0",
7+
"1.0.5": "0.15.0"
78
}

0 commit comments

Comments
 (0)