From 9efb90b9302f0ffd4914afa6d585ebc3979e2a98 Mon Sep 17 00:00:00 2001 From: Bill Date: Wed, 18 Jan 2023 15:25:46 -0500 Subject: [PATCH] Bump version --- package.json | 2 +- src/core/NitroVersion.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c2082c7b..bf954450 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.6.5", + "version": "1.6.6", "publishConfig": { "access": "public" }, diff --git a/src/core/NitroVersion.ts b/src/core/NitroVersion.ts index 9a235da5..72c31057 100644 --- a/src/core/NitroVersion.ts +++ b/src/core/NitroVersion.ts @@ -1,6 +1,6 @@ export class NitroVersion { - public static RENDERER_VERSION: string = '1.6.5'; + public static RENDERER_VERSION: string = '1.6.6'; public static UI_VERSION: string = ''; public static sayHello(): void