diff --git a/package.json b/package.json index f6928944..0080b729 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.1", + "version": "1.4.2", "publishConfig": { "access": "public" }, diff --git a/src/core/NitroVersion.ts b/src/core/NitroVersion.ts index e3d0f57c..5f805d89 100644 --- a/src/core/NitroVersion.ts +++ b/src/core/NitroVersion.ts @@ -1,5 +1,5 @@ export class NitroVersion { - public static RENDERER_VERSION: string = '1.4.1'; + public static RENDERER_VERSION: string = '1.4.2'; public static UI_VERSION: string = ''; }