diff --git a/manifest.json b/manifest.json index daa299a2..064d1d8e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "terminal", "name": "Terminal", - "version": "2.10.0", + "version": "2.11.0", "minAppVersion": "1.1.9", "description": "Integrate consoles/shells/terminals inside Obsidian.", "author": "polyipseity", diff --git a/package-lock.json b/package-lock.json index c8bc4e1c..35e1ae4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-terminal", - "version": "2.10.0", + "version": "2.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-terminal", - "version": "2.10.0", + "version": "2.11.0", "license": "MIT", "dependencies": { "i18next": "22.4.9", diff --git a/package.json b/package.json index a9ef692b..547f3bf5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-terminal", "displayName": "Obsidian Terminal", - "version": "2.10.0", + "version": "2.11.0", "author": "polyipseity", "license": "MIT", "description": "Integrate consoles/shells/terminals inside Obsidian.", diff --git a/versions.json b/versions.json index c889d86e..09352595 100644 --- a/versions.json +++ b/versions.json @@ -19,5 +19,6 @@ "2.8.0": "1.1.9", "2.8.1": "1.1.9", "2.9.0": "1.1.9", - "2.10.0": "1.1.9" + "2.10.0": "1.1.9", + "2.11.0": "1.1.9" } \ No newline at end of file