From 92ff5668e9c0546c608a0af707567504594b74ad Mon Sep 17 00:00:00 2001 From: Bill Date: Wed, 16 Feb 2022 05:14:17 -0500 Subject: [PATCH] Bump to 1.1.4 --- package.json | 2 +- src/core/NitroVersion.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b4372dda..bd4f8b38 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.1.3", + "version": "1.1.4", "publishConfig": { "access": "public" }, diff --git a/src/core/NitroVersion.ts b/src/core/NitroVersion.ts index 68ba90e8..b14dd716 100644 --- a/src/core/NitroVersion.ts +++ b/src/core/NitroVersion.ts @@ -1,5 +1,5 @@ export class NitroVersion { - public static RENDERER_VERSION: string = '1.1.3'; + public static RENDERER_VERSION: string = '1.1.4'; public static UI_VERSION: string = ''; }