Version 1.3.0

This commit is contained in:
Bill 2022-07-24 23:19:51 -04:00
parent e1f1b22a1f
commit df7e2a114c
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "@nitrots/nitro-renderer", "name": "@nitrots/nitro-renderer",
"description": "Javascript library for rendering Nitro in the browser using PixiJS", "description": "Javascript library for rendering Nitro in the browser using PixiJS",
"version": "1.2.6", "version": "1.3.0",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },

View File

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