From d87607fd456a2ae5853c156878701b9e23dda1ba Mon Sep 17 00:00:00 2001 From: Zachatoo Date: Tue, 5 Mar 2024 21:50:36 -0700 Subject: [PATCH] Version bump 3.0.1 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 758ea17..bc5e1ed 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "inbox", "name": "Inbox", - "version": "3.0.0", + "version": "3.0.1", "minAppVersion": "0.15.0", "description": "Show in app notification if there is data to process in the \"inbox\" note.", "author": "Zachatoo", diff --git a/package-lock.json b/package-lock.json index ce77235..d56c88e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-inbox", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-inbox", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "dependencies": { "@popperjs/core": "^2.11.6", diff --git a/package.json b/package.json index 323517b..edc5813 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-inbox", - "version": "3.0.0", + "version": "3.0.1", "description": "Show in app notification if there is data to process in the \"inbox\" note/folder.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 9adf292..d3a5298 100644 --- a/versions.json +++ b/versions.json @@ -13,5 +13,6 @@ "1.1.0": "0.15.0", "2.0.0": "0.15.0", "2.0.1": "0.15.0", - "3.0.0": "0.15.0" + "3.0.0": "0.15.0", + "3.0.1": "0.15.0" }