diff --git a/asconfigc/pom.xml b/asconfigc/pom.xml
index 14fa06f7b..0193bc186 100644
--- a/asconfigc/pom.xml
+++ b/asconfigc/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
com.nextgenactionscript.vscode
vscode-nextgenas
- 0.11.0
+ 0.11.1
com.nextgenactionscript.vscode
diff --git a/check-java-version/pom.xml b/check-java-version/pom.xml
index e15b7a20f..b1bd35927 100644
--- a/check-java-version/pom.xml
+++ b/check-java-version/pom.xml
@@ -7,7 +7,7 @@
com.nextgenactionscript.vscode
vscode-nextgenas
- 0.11.0
+ 0.11.1
com.nextgenactionscript.vscode
diff --git a/check-royale-version/pom.xml b/check-royale-version/pom.xml
index 98117cbba..5c16a1086 100644
--- a/check-royale-version/pom.xml
+++ b/check-royale-version/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
com.nextgenactionscript.vscode
vscode-nextgenas
- 0.11.0
+ 0.11.1
com.nextgenactionscript.vscode
diff --git a/distribution/pom.xml b/distribution/pom.xml
index d6a800fe1..8f6a95f61 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
com.nextgenactionscript.vscode
vscode-nextgenas
- 0.11.0
+ 0.11.1
com.nextgenactionscript.vscode
diff --git a/distribution/src/assembly/CHANGELOG.md b/distribution/src/assembly/CHANGELOG.md
index 8024ed530..e66b8c49a 100644
--- a/distribution/src/assembly/CHANGELOG.md
+++ b/distribution/src/assembly/CHANGELOG.md
@@ -1,3 +1,15 @@
+## 0.11.1
+
+### Fixed Issues
+
+* asconfigc: Fixed issue where Apache Royale builds would have broken encoding so that UTF-8 characters would not render correctly.
+* Code Generation: Fixed issue where *Generate Method* and *Generate Field Variable* code actions had no effect in MXML files.
+* Completion: Fixed issue where triggering completion without the `<` character in MXML would omit the character.
+* Language Server: Fixed issue where changing the framework SDK was not detected, and restarting the language server or reloading the window was required.
+* Organize Imports: Fixed issue where unused imports were not removed in MXML files.
+* Problems: Fixed issue where problem checking was disabled for a file when a `var` has `[Embed]` metadata (`const` did not have this issue).
+* SWF Debugger: Fixed issue where `trace()` calls with multiple consecutive new line characters (`\n\n`) would only add a single new line to the debug console.
+
## 0.11.0
### New Features
diff --git a/language-server/pom.xml b/language-server/pom.xml
index bcc2639c6..ff24655df 100644
--- a/language-server/pom.xml
+++ b/language-server/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
com.nextgenactionscript.vscode
vscode-nextgenas
- 0.11.0
+ 0.11.1
com.nextgenactionscript.vscode
diff --git a/pom.xml b/pom.xml
index f2ebfd9fd..53667d64f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
com.nextgenactionscript.vscode
vscode-nextgenas
- 0.11.0
+ 0.11.1
vscode-nextgenas
pom
diff --git a/rcsh/pom.xml b/rcsh/pom.xml
index 24b5b3ae3..60e743bad 100644
--- a/rcsh/pom.xml
+++ b/rcsh/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
com.nextgenactionscript.vscode
vscode-nextgenas
- 0.11.0
+ 0.11.1
com.nextgenactionscript.vscode
diff --git a/swf-debugger/pom.xml b/swf-debugger/pom.xml
index edf0827d8..11ec3eb37 100644
--- a/swf-debugger/pom.xml
+++ b/swf-debugger/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
vscode-nextgenas
com.nextgenactionscript.vscode
- 0.11.0
+ 0.11.1
com.nextgenactionscript.vscode
diff --git a/vscode-extension/package-lock.json b/vscode-extension/package-lock.json
index 2321c07d1..e8ddaeeff 100644
--- a/vscode-extension/package-lock.json
+++ b/vscode-extension/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "vscode-nextgenas",
- "version": "0.11.0",
+ "version": "0.11.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/vscode-extension/package.json b/vscode-extension/package.json
index 11dd76ac4..be7531a41 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 provided by NextGen ActionScript",
- "version": "0.11.0",
+ "version": "0.11.1",
"publisher": "bowlerhatllc",
"homepage": "http://nextgenactionscript.com/vscode/",
"repository": {
diff --git a/vscode-extension/pom.xml b/vscode-extension/pom.xml
index c10e5129d..3b58e40b9 100644
--- a/vscode-extension/pom.xml
+++ b/vscode-extension/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
com.nextgenactionscript.vscode
vscode-nextgenas
- 0.11.0
+ 0.11.1
com.nextgenactionscript.vscode