Bump version

This commit is contained in:
Bill 2022-03-24 03:01:09 -04:00
parent 9594014e2c
commit 8197878211
4 changed files with 176 additions and 176 deletions

4
package-lock.json generated
View File

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

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.15", "version": "1.1.16",
"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.15'; public static RENDERER_VERSION: string = '1.1.16';
public static UI_VERSION: string = ''; public static UI_VERSION: string = '';
} }

344
yarn.lock

File diff suppressed because it is too large Load Diff