Bump renderer version

This commit is contained in:
Bill 2023-01-03 13:27:53 -05:00
parent efb2103e97
commit 12a8362872
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "@nitrots/nitro-renderer", "name": "@nitrots/nitro-renderer",
"description": "Javascript library for rendering Nitro in the browser using PixiJS", "description": "Javascript library for rendering Nitro in the browser using PixiJS",
"version": "1.5.0", "version": "1.6.1",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },

View File

@ -1,6 +1,6 @@
export class NitroVersion export class NitroVersion
{ {
public static RENDERER_VERSION: string = '1.5.0'; public static RENDERER_VERSION: string = '1.6.1';
public static UI_VERSION: string = ''; public static UI_VERSION: string = '';
public static sayHello(): void public static sayHello(): void