From ebf47d68156e58af11997df87c7073345785ea83 Mon Sep 17 00:00:00 2001 From: JackGruber <24863925+JackGruber@users.noreply.github.com> Date: Wed, 11 Aug 2021 21:25:16 +0200 Subject: [PATCH] Release v1.0.3 --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- src/manifest.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70f11ce..4f2b317 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## not released +## v1.0.3 (2021-08-11) + - Fix: #19 Backups failed from Joplin version v2.2.5 and higher, due to the removed template function ## v1.0.2 (2021-07-19) diff --git a/package-lock.json b/package-lock.json index 617debf..a9a8e96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "joplin-plugin-backup", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c32b798..f0fad8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "joplin-plugin-backup", - "version": "1.0.2", + "version": "1.0.3", "scripts": { "dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive", "prepare": "npm run dist && husky install", diff --git a/src/manifest.json b/src/manifest.json index e0c7980..a5bea73 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "io.github.jackgruber.backup", "app_min_version": "2.1.3", - "version": "1.0.2", + "version": "1.0.3", "name": "Simple Backup", "description": "Plugin to create manual and automatic backups.", "author": "JackGruber",