Skip to content

Commit 87a3707

Browse files
committed
1.11.0-SNAPSHOT
1 parent 61bec90 commit 87a3707

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

check-java-version/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.as3mxml.vscode</groupId>
99
<artifactId>vscode-swf-debug</artifactId>
10-
<version>1.10.0</version>
10+
<version>1.11.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<groupId>com.as3mxml.vscode</groupId>

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<groupId>com.as3mxml.vscode</groupId>
2424
<artifactId>vscode-swf-debug</artifactId>
25-
<version>1.10.0</version>
25+
<version>1.11.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<groupId>com.as3mxml.vscode</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
<groupId>com.as3mxml.vscode</groupId>
2222
<artifactId>vscode-swf-debug</artifactId>
23-
<version>1.10.0</version>
23+
<version>1.11.0-SNAPSHOT</version>
2424
<name>vscode-swf-debug</name>
2525
<packaging>pom</packaging>
2626

swf-debug-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<artifactId>vscode-swf-debug</artifactId>
2323
<groupId>com.as3mxml.vscode</groupId>
24-
<version>1.10.0</version>
24+
<version>1.11.0-SNAPSHOT</version>
2525
</parent>
2626

2727
<groupId>com.as3mxml.vscode</groupId>

vscode-extension/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-swf-debug",
33
"displayName": "Debugger for SWF",
44
"description": "Debug your SWF files in Adobe AIR or Flash Player",
5-
"version": "1.10.0",
5+
"version": "1.11.0-SNAPSHOT",
66
"publisher": "bowlerhatllc",
77
"homepage": "https://as3mxml.com/",
88
"repository": {

vscode-extension/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<groupId>com.as3mxml.vscode</groupId>
2424
<artifactId>vscode-swf-debug</artifactId>
25-
<version>1.10.0</version>
25+
<version>1.11.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<groupId>com.as3mxml.vscode</groupId>

0 commit comments

Comments
 (0)