diff --git a/manifest.json b/manifest.json index ebc4cbc5..ab575581 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "o2", "name": "O2", - "version": "1.1.1", + "version": "1.2.0", "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 5201ed74..c530040c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "o2", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "o2", - "version": "1.1.1", + "version": "1.2.0", "license": "MIT", "devDependencies": { "@js-temporal/polyfill": "^0.4.3", diff --git a/package.json b/package.json index c5f7b4f6..b90f7a01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "o2", - "version": "1.1.1", + "version": "1.2.0", "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 68524327..6f21c5e2 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "1.0.0": "0.15.0", "1.0.1": "0.15.0", "1.1.0": "0.15.0", - "1.1.1": "0.15.0" + "1.1.1": "0.15.0", + "1.2.0": "0.15.0" } \ No newline at end of file