diff --git a/check-flexjs-version/pom.xml b/check-flexjs-version/pom.xml
index 4a7b9b78a..c8ab401c0 100644
--- a/check-flexjs-version/pom.xml
+++ b/check-flexjs-version/pom.xml
@@ -22,12 +22,12 @@ limitations under the License.
com.nextgenactionscript.vscode
vscode-nextgenas
- 0.5.0
+ 0.5.1
com.nextgenactionscript.vscode
check-flexjs-version
- 0.5.0
+ 0.5.1
check-flexjs-version
diff --git a/check-java-version/pom.xml b/check-java-version/pom.xml
index 9b8438c64..d94ae74f8 100644
--- a/check-java-version/pom.xml
+++ b/check-java-version/pom.xml
@@ -7,12 +7,12 @@
com.nextgenactionscript.vscode
vscode-nextgenas
- 0.5.0
+ 0.5.1
com.nextgenactionscript.vscode
check-java-version
- 0.5.0
+ 0.5.1
check-java-version
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 3ba02f5f7..af70f44d9 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -22,12 +22,12 @@ limitations under the License.
com.nextgenactionscript.vscode
vscode-nextgenas
- 0.5.0
+ 0.5.1
com.nextgenactionscript.vscode
distribution
- 0.5.0
+ 0.5.1
distribution
pom
diff --git a/distribution/src/assembly/CHANGELOG.md b/distribution/src/assembly/CHANGELOG.md
index b0de7d2bb..17b83e2e0 100644
--- a/distribution/src/assembly/CHANGELOG.md
+++ b/distribution/src/assembly/CHANGELOG.md
@@ -1,3 +1,12 @@
+## 0.5.1
+
+* Fixed that hover and signature help did not work inside event added to the root element of an MXML component.
+* Fixed issue where asconfig.json validation failed to warn if `files` field is missing for application (this field is still optional for a library).
+* Fixed issue where searching by workspace symbol would throw error because some files were not opened in the editor.
+* Fixed syntax highlighting for `/**/` being incorrectly detected as an asdoc comment, which caused the coloring to extend beyond the `*/` to the following lines.
+* Fixed syntax highlighting of single line comments that start at end of the same line as a class, interface, or function declaration.
+* Fixed issue where building the vscode-nextgenas extension from source would fail if Adobe dependencies were not already installed with Maven from another project, and updated the build instructions to use settings-template.xml.
+
## 0.5.0
* SDK version is listed in status bar and you can click it to open a helpful new SDK picker.
diff --git a/language-server/pom.xml b/language-server/pom.xml
index c73427521..1f22aa3f2 100644
--- a/language-server/pom.xml
+++ b/language-server/pom.xml
@@ -22,12 +22,12 @@ limitations under the License.
com.nextgenactionscript.vscode
vscode-nextgenas
- 0.5.0
+ 0.5.1
com.nextgenactionscript.vscode
language-server
- 0.5.0
+ 0.5.1
language-server
diff --git a/pom.xml b/pom.xml
index f3957ef64..aec1cfd27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
com.nextgenactionscript.vscode
vscode-nextgenas
- 0.5.0
+ 0.5.1
vscode-nextgenas
pom
diff --git a/swf-debugger/pom.xml b/swf-debugger/pom.xml
index 550ed2839..802aecbf7 100644
--- a/swf-debugger/pom.xml
+++ b/swf-debugger/pom.xml
@@ -21,12 +21,12 @@ limitations under the License.
vscode-nextgenas
com.nextgenactionscript.vscode
- 0.5.0
+ 0.5.1
com.nextgenactionscript.vscode
swf-debugger
- 0.5.0
+ 0.5.1
swf-debugger
diff --git a/vscode-extension/package.json b/vscode-extension/package.json
index 7c1928295..d4339e735 100644
--- a/vscode-extension/package.json
+++ b/vscode-extension/package.json
@@ -2,7 +2,7 @@
"name": "vscode-nextgenas",
"displayName": "NextGen ActionScript",
"description": "Language support for ActionScript and MXML provided by NextGen ActionScript",
- "version": "0.5.0",
+ "version": "0.5.1",
"publisher": "bowlerhatllc",
"homepage": "http://nextgenactionscript.com/vscode/",
"repository": {
diff --git a/vscode-extension/pom.xml b/vscode-extension/pom.xml
index a7e7bda02..82ee639ef 100644
--- a/vscode-extension/pom.xml
+++ b/vscode-extension/pom.xml
@@ -22,12 +22,12 @@ limitations under the License.
com.nextgenactionscript.vscode
vscode-nextgenas
- 0.5.0
+ 0.5.1
com.nextgenactionscript.vscode
vscode-extension
- 0.5.0
+ 0.5.1
vscode-extension