Bump version

This commit is contained in:
Bill 2023-01-13 03:33:40 -05:00
parent 9e50ea0afe
commit f5d617f092
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.2",
"version": "1.6.3",
"publishConfig": {
"access": "public"
},

View File

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