We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a87a8ce commit da5bc41Copy full SHA for da5bc41
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "easy-timeline",
3
"name": "Easy Timeline",
4
- "version": "1.0.5",
+ "version": "1.1.0",
5
"minAppVersion": "0.15.0",
6
"description": "Simplifies creating and visualizing timelines from text using dates and metadata",
7
"author": "Romelium",
package.json
@@ -1,6 +1,6 @@
"name": "obsidian-easy-timeline",
"main": "main.js",
"scripts": {
versions.json
@@ -4,5 +4,6 @@
"1.0.2": "0.15.0",
"1.0.3": "0.15.0",
"1.0.4": "0.15.0",
- "1.0.5": "0.15.0"
+ "1.0.5": "0.15.0",
8
+ "1.1.0": "0.15.0"
9
}
0 commit comments