diff --git a/package-lock.json b/package-lock.json index af8582b..043926c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pixi/animate", - "version": "2.0.5", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pixi/animate", - "version": "2.0.5", + "version": "3.0.0", "license": "MIT", "bin": { "animate-type-assets": "bin/createDeclaration.js", diff --git a/package.json b/package.json index 942d7f2..64a13ba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pixi/animate", "description": "PIXI plugin for the PixiAnimate Extension", - "version": "2.0.5", + "version": "3.0.0", "main": "lib/index.js", "module": "lib/index.mjs", "bundle": "dist/animate.js", @@ -79,4 +79,4 @@ "animation" ], "license": "MIT" -} \ No newline at end of file +}