Skip to content

Commit

Permalink
v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed May 14, 2024
1 parent 6aa48c3 commit d7b57fe
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.8.2</version>
<version>1.8.3</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.8.2</version>
<version>1.8.3</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.8.3

### Fixed Issues

- General: Fixed resolution of other paths from `asconfigPath` when _asconfig.json_ is not at the root of the workspace.

## v1.8.2

### Fixed Issues
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.8.2</version>
<version>1.8.3</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.8.2</version>
<version>1.8.3</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.8.2",
"version": "1.8.3",
"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.8.2</version>
<version>1.8.3</version>
</parent>

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

0 comments on commit d7b57fe

Please sign in to comment.