From 10e73139d6b6edcd119cc2267200029121997ddb Mon Sep 17 00:00:00 2001 From: Guilherme Cattani Date: Sun, 31 Aug 2025 15:11:57 +0200 Subject: [PATCH] Add version bump --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index b45ce84..77801b5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "countdown-to", "name": "Countdown To", - "version": "1.4.1", + "version": "1.5.0", "minAppVersion": "0.15.0", "description": "Create countdown progress bars in your notes", "author": "Gui Cattani", diff --git a/package-lock.json b/package-lock.json index 3b1ac74..71d825a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1707,8 +1707,8 @@ } }, "node_modules/merge2": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.5.0.tgz", "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", "dev": true, "license": "MIT", diff --git a/package.json b/package.json index 1ff0d7c..7c96e8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-countdown-to", - "version": "1.4.1", + "version": "1.5.0", "description": "Create countdown progress bars in your notes", "main": "main.js", "scripts": {