diff --git a/package.json b/package.json index 1ba18217..27365dbc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nitrots/nitro-renderer", "description": "Javascript library for rendering Nitro in the browser using PixiJS", - "version": "1.4.5", + "version": "1.4.6", "publishConfig": { "access": "public" }, diff --git a/src/core/NitroVersion.ts b/src/core/NitroVersion.ts index cf7fc35c..124e296d 100644 --- a/src/core/NitroVersion.ts +++ b/src/core/NitroVersion.ts @@ -1,6 +1,6 @@ export class NitroVersion { - public static RENDERER_VERSION: string = '1.4.5'; + public static RENDERER_VERSION: string = '1.4.6'; public static UI_VERSION: string = ''; public static sayHello(): void