diff --git a/manifest.json b/manifest.json index d73c8486..2286b127 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "0.4.4", + "version": "0.5.0", "description": "Create and use templates", - "minAppVersion": "0.9.16", + "minAppVersion": "0.9.20", "author": "SilentVoid", "authorUrl": "https://github.com/SilentVoid13", "isDesktopOnly": false diff --git a/package.json b/package.json index 972e3c87..a800ada9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "0.4.4", + "version": "0.5.0", "description": "Create and use templates", "main": "main.js", "scripts": { @@ -24,7 +24,7 @@ "countries-list": "^2.5.6", "obsidian": "https://github.com/obsidianmd/obsidian-api/tarball/master", "obsidian-sample-plugin": "https://github.com/obsidianmd/obsidian-api/tarball/master", - "rollup": "^2.34.1", + "rollup": "^2.34.2", "tslib": "^2.0.3", "typescript": "^4.0.3" },