From f51310f63a0a1b681de84d35ad85475f9caffd1c Mon Sep 17 00:00:00 2001 From: Zachatoo Date: Wed, 4 Jan 2023 22:51:01 -0700 Subject: [PATCH] Version bump 0.0.5 --- 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 09bfde3..b70c403 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-inbox", "name": "Inbox", - "version": "0.0.4", + "version": "0.0.5", "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 788f5f4..5dfcd09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-inbox", - "version": "0.0.4", + "version": "0.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-inbox", - "version": "0.0.4", + "version": "0.0.5", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 8bb8207..91c296f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-inbox", - "version": "0.0.4", + "version": "0.0.5", "description": "Show in app notification if there is data to process in the \"inbox\" note.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 63abaac..d894d61 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "0.0.1": "0.15.0", "0.0.3": "0.15.0", - "0.0.4": "0.15.0" + "0.0.4": "0.15.0", + "0.0.5": "0.15.0" } \ No newline at end of file