From 40ff33911f8a664b59f61bfe1b6ea810893f6ced Mon Sep 17 00:00:00 2001 From: SilentVoid13 <51264226+SilentVoid13@users.noreply.github.com> Date: Tue, 8 Dec 2020 08:27:16 +0100 Subject: [PATCH] Updating versions --- manifest.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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" },