From 569bce07bfe8b2385d281f2283f56e7f518cea3c Mon Sep 17 00:00:00 2001 From: Bill Date: Mon, 11 Apr 2022 02:26:36 -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 2adb971d..76990d76 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.24", + "version": "1.2.0", "publishConfig": { "access": "public" }, diff --git a/src/core/NitroVersion.ts b/src/core/NitroVersion.ts index 7c942fc0..bb9ef6f0 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.24'; + public static RENDERER_VERSION: string = '1.2.0'; public static UI_VERSION: string = ''; }