new release 1.1.8

This commit is contained in:
Yaotian-Liu 2023-04-16 13:11:30 +08:00
parent ad6ffb5e33
commit fdb8218805
No known key found for this signature in database
GPG key ID: 4AEEE42596AA7552
3 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"id": "pseudocode-in-obs",
"name": "Pseudocode",
"version": "1.1.7",
"version": "1.1.8",
"minAppVersion": "0.15.0",
"description": "This is an obsidian plugin that helps to render a LaTeX-style pseudocode inside a code block.",
"author": "Yaotian Liu",

View file

@ -1,12 +1,12 @@
{
"name": "pseudocode-in-obs",
"version": "1.1.7",
"version": "1.1.8",
"description": "This is an obsidian plugin that helps to render a LaTeX-style pseudocode inside a code block.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
"version": "node version-bump.mjs"
},
"keywords": [],
"author": "",

View file

@ -7,5 +7,6 @@
"1.1.4": "0.15.0",
"1.1.5": "0.15.0",
"1.1.6": "0.15.0",
"1.1.7": "0.15.0"
"1.1.7": "0.15.0",
"1.1.8": "0.15.0"
}