From d420ff07ea3e4004e421c43cb73362927a18017c Mon Sep 17 00:00:00 2001 From: danferns Date: Fri, 22 Sep 2023 13:10:44 +0530 Subject: [PATCH] 1.0.1 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 5 +++-- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 8be1690..8dee321 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "digital-paper", "name": "digital paper", - "version": "1.0.0", + "version": "1.0.1", "minAppVersion": "0.15.0", "description": "turn off backspace and undo, just like writing with a pen on real paper.", "author": "Daniel Fernandes", diff --git a/package-lock.json b/package-lock.json index 0a326b8..b1ac1de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-sample-plugin", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-sample-plugin", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 6a00766..a9f81ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.0.0", + "version": "1.0.1", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 26382a1..a6d5a03 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "0.15.0" -} + "1.0.0": "0.15.0", + "1.0.1": "0.15.0" +} \ No newline at end of file