Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
release 2.1.0 (add PRRead events feature)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikalDev authored and MikalDev committed Feb 28, 2022
1 parent 707d862 commit 68d6bca
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added dist/Spine-v2.1.0.c3addon
Binary file not shown.
2 changes: 1 addition & 1 deletion src/addon.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/c3runtime/spine-draw.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
2 changes: 1 addition & 1 deletion src/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 68d6bca

Please sign in to comment.