Skip to content

Commit da5bc41

Browse files
committed
1.1.0
1 parent a87a8ce commit da5bc41

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.5",
4+
"version": "1.1.0",
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.5",
3+
"version": "1.1.0",
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
@@ -4,5 +4,6 @@
44
"1.0.2": "0.15.0",
55
"1.0.3": "0.15.0",
66
"1.0.4": "0.15.0",
7-
"1.0.5": "0.15.0"
7+
"1.0.5": "0.15.0",
8+
"1.1.0": "0.15.0"
89
}

0 commit comments

Comments
 (0)