diff --git a/asconfigc/pom.xml b/asconfigc/pom.xml index 44b67705e..4df4ecf2d 100644 --- a/asconfigc/pom.xml +++ b/asconfigc/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 0.24.0 + 0.24.1 com.as3mxml.vscode diff --git a/check-java-version/pom.xml b/check-java-version/pom.xml index c77008e05..ce9396cd9 100644 --- a/check-java-version/pom.xml +++ b/check-java-version/pom.xml @@ -7,7 +7,7 @@ com.as3mxml.vscode vscode-as3mxml - 0.24.0 + 0.24.1 com.as3mxml.vscode diff --git a/check-royale-version/pom.xml b/check-royale-version/pom.xml index c823e5d59..e8fffb35b 100644 --- a/check-royale-version/pom.xml +++ b/check-royale-version/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 0.24.0 + 0.24.1 com.as3mxml.vscode diff --git a/distribution/pom.xml b/distribution/pom.xml index bd0ecec5f..6827533e9 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 0.24.0 + 0.24.1 com.as3mxml.vscode diff --git a/distribution/src/assembly/CHANGELOG.md b/distribution/src/assembly/CHANGELOG.md index 7c6948d84..611382cc6 100644 --- a/distribution/src/assembly/CHANGELOG.md +++ b/distribution/src/assembly/CHANGELOG.md @@ -1,5 +1,11 @@ # ActionScript & MXML for Visual Studio Code Changelog +## v0.24.1 + +### Fixed Issues + +- Dependencies: Fixed dependency on vscode-swf-debug extension that had a typo. + ## v0.24.0 ### New Features diff --git a/language-server/pom.xml b/language-server/pom.xml index 672fec5a3..1c0bb70e2 100644 --- a/language-server/pom.xml +++ b/language-server/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 0.24.0 + 0.24.1 com.as3mxml.vscode diff --git a/pom.xml b/pom.xml index 19563169d..41b8ca23e 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 0.24.0 + 0.24.1 vscode-as3mxml pom diff --git a/rcsh/pom.xml b/rcsh/pom.xml index fa3256074..2d85a0099 100644 --- a/rcsh/pom.xml +++ b/rcsh/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 0.24.0 + 0.24.1 com.as3mxml.vscode diff --git a/vscode-extension/package-lock.json b/vscode-extension/package-lock.json index af338eefa..7c5a6483d 100644 --- a/vscode-extension/package-lock.json +++ b/vscode-extension/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-nextgenas", - "version": "0.24.0", + "version": "0.24.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/vscode-extension/package.json b/vscode-extension/package.json index f80aeef0b..eb728611f 100644 --- a/vscode-extension/package.json +++ b/vscode-extension/package.json @@ -2,7 +2,7 @@ "name": "vscode-nextgenas", "displayName": "ActionScript & MXML", "description": "Language support for ActionScript and MXML", - "version": "0.24.0", + "version": "0.24.1", "publisher": "bowlerhatllc", "homepage": "https://as3mxml.com/", "repository": { diff --git a/vscode-extension/pom.xml b/vscode-extension/pom.xml index d8524b995..5f5df819f 100644 --- a/vscode-extension/pom.xml +++ b/vscode-extension/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 0.24.0 + 0.24.1 com.as3mxml.vscode