From d8b2732eec222b3bb495e30913ce6671481477f5 Mon Sep 17 00:00:00 2001 From: haril Date: Sat, 4 Mar 2023 13:12:27 +0900 Subject: [PATCH] 1.1.1 --- 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 20721bfa..ebc4cbc5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "o2", "name": "O2", - "version": "1.1.0", + "version": "1.1.1", "minAppVersion": "0.15.0", "description": "This is a plugin to make obsidian markdown syntax compatible with other markdown syntax.", "author": "haril song", diff --git a/package-lock.json b/package-lock.json index 284c4af3..3682d2af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "o2", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "o2", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "devDependencies": { "@js-temporal/polyfill": "^0.4.3", diff --git a/package.json b/package.json index 50e8232e..abe8ec06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "o2", - "version": "1.1.0", + "version": "1.1.1", "description": "This is a plugin to make obsidian markdown syntax compatible with other markdown syntax.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index b69c8d40..68524327 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "0.15.0", "1.0.1": "0.15.0", - "1.1.0": "0.15.0" + "1.1.0": "0.15.0", + "1.1.1": "0.15.0" } \ No newline at end of file