From b8ad6b92cc753ddd514a524f0cae10657630249d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=B6lschl?= <20421914+lumoe@users.noreply.github.com> Date: Thu, 9 Feb 2023 11:16:02 +0100 Subject: [PATCH] Bump version to 1.1.4 patch release --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 30a0c76..f7c31b7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-rollover-daily-todos", "name": "Rollover Daily Todos", - "version": "1.1.3", + "version": "1.1.4", "minAppVersion": "0.12.12", "description": "This Obsidian.md plugin rolls over incomplete TODOs from the previous daily note to today's daily note. (https://obsidian.md). (Originally created by Matthew Sessions)", "author": "Lukas Mölschl", diff --git a/package.json b/package.json index bf9d7d6..d751698 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "format": "prettier --write ." }, "keywords": [], - "author": "Matthew Sessions", + "author": "Lukas Mölschl", "license": "MIT", "devDependencies": { "@rollup/plugin-commonjs": "^15.1.0", diff --git a/versions.json b/versions.json index 234b0f4..b120f4f 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "1.1.0": "0.12.12", "1.1.1": "0.12.12", "1.1.2": "0.12.12", - "1.1.3": "0.12.12" + "1.1.3": "0.12.12", + "1.1.4": "0.12.12" }