diff --git a/manifest.json b/manifest.json index bb71ca8..f65dc22 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "id": "update-time", "name": "Update Time", "description": "Automatically update front matter to include creation and last update times.", - "version": "1.0.2", + "version": "1.0.3", "minAppVersion": "0.15.0", "isDesktopOnly": false, "author": "Sébastien Dubois", diff --git a/package.json b/package.json index 47adf41..8eb694f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-update-time", "description": "Obsidian plugin that updates front matter to include creation and last update times", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "author": { "name": "Sébastien Dubois", diff --git a/versions.json b/versions.json index e06b703..ca35501 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "0.15.0", "1.0.1": "0.15.0", - "1.0.2": "0.15.0" + "1.0.2": "0.15.0", + "1.0.3": "0.15.0" }