diff --git a/dist/Spine-v2.1.0.c3addon b/dist/Spine-v2.1.0.c3addon new file mode 100644 index 0000000..ecfdf98 Binary files /dev/null and b/dist/Spine-v2.1.0.c3addon differ diff --git a/src/addon.json b/src/addon.json index 47100c0..288129e 100755 --- a/src/addon.json +++ b/src/addon.json @@ -3,7 +3,7 @@ "type": "plugin", "name": "Spine", "id": "Gritsenko_Spine", - "version": "2.0.1", + "version": "2.1.0", "author": "Mikal and Igor Gritsenko", "website": "https://gritsenko.github.io/c3_spine_plugin", "documentation": "https://gritsenko.github.io/c3_spine_plugin", diff --git a/src/c3runtime/spine-draw.js b/src/c3runtime/spine-draw.js index f236cc9..4de7e04 100644 --- a/src/c3runtime/spine-draw.js +++ b/src/c3runtime/spine-draw.js @@ -347,7 +347,7 @@ class SpineBatch { // @ts-ignore if (!globalThis.spineBatcher) { - console.log('[Spine] SpineBatcher init, 2.0.1, Spine 4.0.x compatible'); + console.log('[Spine] SpineBatcher init, 2.1.0, Spine 4.0.x compatible'); // @ts-ignore globalThis.spineBatcher = new SpineBatch(); } \ No newline at end of file diff --git a/src/plugin.js b/src/plugin.js index aedf6a6..7c1374c 100755 --- a/src/plugin.js +++ b/src/plugin.js @@ -3,7 +3,7 @@ const C3 = self.C3; const PLUGIN_ID = "Gritsenko_Spine"; - const PLUGIN_VERSION = "2.0.1"; + const PLUGIN_VERSION = "2.1.0"; const PLUGIN_CATEGORY = "general"; const PLUGIN_CLASS = SDK.Plugins.Gritsenko_Spine = class SpinePlugin extends SDK.IPluginBase {