From 35b48dc1a902663425f537454b7b8b107bab20fa Mon Sep 17 00:00:00 2001 From: Sam Lewis Date: Sat, 9 Mar 2024 17:17:29 -0500 Subject: [PATCH] bump versions --- manifest.json | 4 ++-- package-lock.json | 6 +++--- package.json | 4 ++-- versions.json | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/manifest.json b/manifest.json index b3e46f2..f5dc491 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "customjs", "name": "CustomJS", - "version": "1.0.18", + "version": "1.0.19", "minAppVersion": "0.9.12", "description": "This plugin allows for the loading and reuse of custom javascript files inside your vault.", "author": "Sam Lewis", "authorUrl": "https://github.com/samlewis0602", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 732f2c3..33701ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "customjs", - "version": "1.0.18", + "version": "1.0.19", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "customjs", - "version": "1.0.18", + "version": "1.0.19", "license": "MIT", "dependencies": { "compare-versions": "^3.6.0", @@ -4025,4 +4025,4 @@ "dev": true } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 5d5f2ca..6255789 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "customjs", - "version": "1.0.18", + "version": "1.0.19", "description": "This is a plugin for Obsidian (https://obsidian.md) that enables custom javascript across mobile and desktop.", "main": "main.js", "scripts": { @@ -35,4 +35,4 @@ "compare-versions": "^3.6.0", "debuggable-eval": "^1.0.0" } -} +} \ No newline at end of file diff --git a/versions.json b/versions.json index 4b3d49c..89dae4e 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.0.18": "0.9.7" -} + "1.0.19": "0.9.7" +} \ No newline at end of file