Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Apr 22, 2022
1 parent 13b6785 commit d96785c
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion check-java-version/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.as3mxml.vscode</groupId>
<artifactId>vscode-swf-debug</artifactId>
<version>1.3.0</version>
<version>1.6.0</version>
</parent>

<groupId>com.as3mxml.vscode</groupId>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>com.as3mxml.vscode</groupId>
<artifactId>vscode-swf-debug</artifactId>
<version>1.3.0</version>
<version>1.6.0</version>
</parent>

<groupId>com.as3mxml.vscode</groupId>
Expand Down
6 changes: 6 additions & 0 deletions distribution/src/assembly/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# SWF Debugger for Visual Studio Code Changelog

## v1.6.0

### Fixed Issues

- Workers: Fixed intermittent issue where worker would remain in a paused state indefinitely after being started.

## v1.5.0

### New Features
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.

<groupId>com.as3mxml.vscode</groupId>
<artifactId>vscode-swf-debug</artifactId>
<version>1.3.0</version>
<version>1.6.0</version>
<name>vscode-swf-debug</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion swf-debug-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>vscode-swf-debug</artifactId>
<groupId>com.as3mxml.vscode</groupId>
<version>1.3.0</version>
<version>1.6.0</version>
</parent>

<groupId>com.as3mxml.vscode</groupId>
Expand Down
4 changes: 2 additions & 2 deletions vscode-extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-swf-debug",
"displayName": "Debugger for SWF",
"description": "Debug your SWF files in Adobe AIR or Flash Player",
"version": "1.5.0",
"version": "1.6.0",
"publisher": "bowlerhatllc",
"homepage": "https://as3mxml.com/",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>com.as3mxml.vscode</groupId>
<artifactId>vscode-swf-debug</artifactId>
<version>1.3.0</version>
<version>1.6.0</version>
</parent>

<groupId>com.as3mxml.vscode</groupId>
Expand Down

0 comments on commit d96785c

Please sign in to comment.