Bump version

This commit is contained in:
Bill 2022-11-15 23:03:40 -05:00
parent c21eb0e699
commit e8ce6c7efb
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.4.7",
"version": "1.4.8",
"publishConfig": {
"access": "public"
},

View File

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