Bump version

This commit is contained in:
Bill 2022-03-16 19:27:31 -04:00
parent 78016ae104
commit 4fced13667
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.1.7", "version": "1.1.8",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },

View File

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