From c99f25bf94c56122cbe391c6f63b081658c0c35c Mon Sep 17 00:00:00 2001 From: Sam Lewis Date: Wed, 1 May 2024 12:35:59 -0400 Subject: [PATCH] bump versions --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index f5dc491..5dbc1bf 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "customjs", "name": "CustomJS", - "version": "1.0.19", + "version": "1.0.20", "minAppVersion": "0.9.12", "description": "This plugin allows for the loading and reuse of custom javascript files inside your vault.", "author": "Sam Lewis", diff --git a/package-lock.json b/package-lock.json index 33701ba..18c44fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "customjs", - "version": "1.0.19", + "version": "1.0.20", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "customjs", - "version": "1.0.19", + "version": "1.0.20", "license": "MIT", "dependencies": { "compare-versions": "^3.6.0", diff --git a/package.json b/package.json index 6255789..ef36eed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "customjs", - "version": "1.0.19", + "version": "1.0.20", "description": "This is a plugin for Obsidian (https://obsidian.md) that enables custom javascript across mobile and desktop.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 89dae4e..0331c68 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.0.19": "0.9.7" + "1.0.20": "0.9.7" } \ No newline at end of file