diff --git a/manifest.json b/manifest.json index 5c478d7f..21174138 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "terminal", "name": "Terminal", - "version": "3.1.0", - "minAppVersion": "1.0.3", + "version": "3.2.0", + "minAppVersion": "1.1.13", "description": "Integrate consoles, shells, and terminals inside Obsidian.", "author": "polyipseity", "authorUrl": "", diff --git a/package-lock.json b/package-lock.json index 776c6447..6c55010f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-terminal", - "version": "3.1.0", + "version": "3.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-terminal", - "version": "3.1.0", + "version": "3.2.0", "license": "AGPL-3.0-or-later", "dependencies": { "ansi-escape-sequences": "6.2.1", @@ -4026,4 +4026,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 4a5c8174..2611efc5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-terminal", "displayName": "Obsidian Terminal", - "version": "3.1.0", + "version": "3.2.0", "author": "polyipseity", "license": "AGPL-3.0-or-later", "description": "Integrate consoles, shells, and terminals inside Obsidian.", @@ -80,4 +80,4 @@ "fundingUrl": {}, "isDesktopOnly": false } -} \ No newline at end of file +} diff --git a/versions.json b/versions.json index 5b28dc9b..c6f43100 100644 --- a/versions.json +++ b/versions.json @@ -22,5 +22,6 @@ "2.10.0": "1.1.9", "2.11.0": "1.1.9", "3.0.0": "1.1.9", - "3.1.0": "1.0.3" + "3.1.0": "1.0.3", + "3.2.0": "1.1.13" } \ No newline at end of file