Bump version

This commit is contained in:
Bill 2022-03-18 02:11:55 -04:00
parent 02a00a9f04
commit d1eeb4177e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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