From a38632d9aec90bc94f56f32223e41be6a97074a1 Mon Sep 17 00:00:00 2001 From: Sameer Ismail <38896593+sameersismail@users.noreply.github.com> Date: Mon, 13 Mar 2023 10:21:23 +1000 Subject: [PATCH] v1.0.4 --- 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 42f77db..d2c18e6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "perilous-writing", "name": "Perilous Writing", - "version": "1.0.3", + "version": "1.0.4", "minAppVersion": "0.15.0", "description": "Write continuously—or lose all progress.", "author": "Sameer Ismail", diff --git a/package.json b/package.json index 1b33fef..7b78c98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-perilous-writing", - "version": "1.0.3", + "version": "1.0.4", "description": "Write continuously—or lose all progress.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index daff5ca..e93e0d2 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "1.0.0": "0.15.0", "1.0.1": "0.15.0", "1.0.2": "0.15.0", - "1.0.3": "0.15.0" + "1.0.3": "0.15.0", + "1.0.4": "0.15.0" }