Bump to version 1.1.6

This commit is contained in:
Bill 2022-03-15 04:49:44 -04:00
parent faa37ebacb
commit 49a06a3d4b
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@nitrots/nitro-renderer",
"version": "1.1.5",
"version": "1.1.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@nitrots/nitro-renderer",
"version": "1.1.5",
"version": "1.1.6",
"hasInstallScript": true,
"license": "GPL-3.0",
"dependencies": {

View File

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

View File

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