Version 1.4.0

This commit is contained in:
Bill 2022-11-08 17:53:35 -05:00
parent b9dab09c60
commit 15e63f3190
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.3.4",
"version": "1.4.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,5 +1,5 @@
export class NitroVersion
{
public static RENDERER_VERSION: string = '1.3.4';
public static RENDERER_VERSION: string = '1.4.0';
public static UI_VERSION: string = '';
}