From 7eb86443dc565d2692dcdf088a144d8767aeb822 Mon Sep 17 00:00:00 2001 From: Bill Date: Fri, 18 Mar 2022 01:03:37 -0400 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 9f43e2fd..df8fb2ae 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.11", + "version": "1.1.12", "publishConfig": { "access": "public" }, diff --git a/src/core/NitroVersion.ts b/src/core/NitroVersion.ts index f1dd5ec2..0db0f767 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.11'; + public static RENDERER_VERSION: string = '1.1.12'; public static UI_VERSION: string = ''; }