diff --git a/manifest-beta.json b/manifest-beta.json index 98507b4..ad2e6e8 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "remote-ssh", "name": "Remote SSH", - "version": "1.1.7-beta.1", + "version": "1.1.7", "minAppVersion": "1.5.0", "description": "Edit remote vaults over SSH/SFTP — VS Code Remote-SSH style.", "author": "souta shimozono", diff --git a/manifest.json b/manifest.json index 523fe02..ad2e6e8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "remote-ssh", "name": "Remote SSH", - "version": "1.1.6", + "version": "1.1.7", "minAppVersion": "1.5.0", "description": "Edit remote vaults over SSH/SFTP — VS Code Remote-SSH style.", "author": "souta shimozono", diff --git a/plugin/manifest.json b/plugin/manifest.json index 98507b4..ad2e6e8 100644 --- a/plugin/manifest.json +++ b/plugin/manifest.json @@ -1,7 +1,7 @@ { "id": "remote-ssh", "name": "Remote SSH", - "version": "1.1.7-beta.1", + "version": "1.1.7", "minAppVersion": "1.5.0", "description": "Edit remote vaults over SSH/SFTP — VS Code Remote-SSH style.", "author": "souta shimozono", diff --git a/plugin/package-lock.json b/plugin/package-lock.json index 655a163..0a2cf0a 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-remote-ssh", - "version": "1.1.7-beta.1", + "version": "1.1.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-remote-ssh", - "version": "1.1.7-beta.1", + "version": "1.1.7", "license": "MIT", "dependencies": { "@xterm/addon-fit": "^0.11.0", diff --git a/plugin/package.json b/plugin/package.json index ee23e02..d169d72 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-remote-ssh", - "version": "1.1.7-beta.1", + "version": "1.1.7", "description": "VS Code Remote SSH-like experience for Obsidian", "main": "main.js", "scripts": { diff --git a/plugin/versions.json b/plugin/versions.json index 8b0afe3..4c58604 100644 --- a/plugin/versions.json +++ b/plugin/versions.json @@ -191,5 +191,6 @@ "1.1.3": "1.5.0", "1.1.4": "1.5.0", "1.1.5": "1.5.0", - "1.1.6": "1.5.0" + "1.1.6": "1.5.0", + "1.1.7": "1.5.0" } diff --git a/versions.json b/versions.json index 8b0afe3..4c58604 100644 --- a/versions.json +++ b/versions.json @@ -191,5 +191,6 @@ "1.1.3": "1.5.0", "1.1.4": "1.5.0", "1.1.5": "1.5.0", - "1.1.6": "1.5.0" + "1.1.6": "1.5.0", + "1.1.7": "1.5.0" }