Bump version

This commit is contained in:
Bill 2022-03-27 16:31:27 -04:00
parent 4a1d6e406a
commit 3db4ce164e
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.16",
"version": "1.1.18",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@nitrots/nitro-renderer",
"version": "1.1.16",
"version": "1.1.18",
"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.17",
"version": "1.1.18",
"publishConfig": {
"access": "public"
},

View File

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