From 15e63f31909085cafc74687b787bfcb980a4aadc Mon Sep 17 00:00:00 2001 From: Bill Date: Tue, 8 Nov 2022 17:53:35 -0500 Subject: [PATCH] Version 1.4.0 --- package.json | 2 +- src/core/NitroVersion.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index af261ad8..2a5e67b1 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.3.4", + "version": "1.4.0", "publishConfig": { "access": "public" }, diff --git a/src/core/NitroVersion.ts b/src/core/NitroVersion.ts index 9977d2dd..425892ed 100644 --- a/src/core/NitroVersion.ts +++ b/src/core/NitroVersion.ts @@ -1,5 +1,5 @@ export class NitroVersion { - public static RENDERER_VERSION: string = '1.3.4'; + public static RENDERER_VERSION: string = '1.4.0'; public static UI_VERSION: string = ''; }