Skip to content

Commit 6bdc750

Browse files
committed
Prepare for 4.3-beta merge.
1 parent 08975d4 commit 6bdc750

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

spine-ts/spine-construct3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@esotericsoftware/spine-construct3",
33
"private": true,
4-
"version": "4.2.82",
4+
"version": "4.3.0",
55
"description": "The official Spine Runtimes for Construct3",
66
"main": "dist/plugin.js",
77
"types": "dist/plugin.d.ts",
@@ -32,6 +32,6 @@
3232
},
3333
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
3434
"dependencies": {
35-
"@esotericsoftware/spine-construct3-lib": "^4.2.82"
35+
"@esotericsoftware/spine-construct3-lib": "^4.3.0"
3636
}
3737
}

spine-ts/spine-construct3/spine-construct3-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@esotericsoftware/spine-construct3-lib",
33
"private": true,
4-
"version": "4.2.82",
4+
"version": "4.3.0",
55
"description": "The official Spine Runtimes for the web.",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

spine-ts/spine-construct3/src/addon.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "plugin",
88
"name": "Spine Construct3",
99
"id": "EsotericSoftware_SpineConstruct3",
10-
"version": "4.2.82",
10+
"version": "4.3.0",
1111
"author": "Esoteric Software",
1212
"website": "https://www.esotericsoftware.com",
1313
"documentation": "https://www.esotericsoftware.com",

0 commit comments

Comments
 (0)