Bump version

This commit is contained in:
Bill 2022-08-03 22:04:23 -04:00
parent c8f42efb05
commit d918e0c587
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.3",
"version": "1.3.4",
"publishConfig": {
"access": "public"
},

View File

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