Bump version

This commit is contained in:
Bill 2023-01-18 15:25:46 -05:00
parent 354f72c9c5
commit 9efb90b930
2 changed files with 2 additions and 2 deletions

View File

@ -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"
},

View File

@ -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