mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2025-01-18 22:36:27 +01:00
Bump version
This commit is contained in:
parent
f9bd2b21f6
commit
b44af6110a
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nitrots/nitro-renderer",
|
||||
"description": "Javascript library for rendering Nitro in the browser using PixiJS",
|
||||
"version": "1.2.5",
|
||||
"version": "1.2.6",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
@ -1,5 +1,5 @@
|
||||
export class NitroVersion
|
||||
{
|
||||
public static RENDERER_VERSION: string = '1.2.5';
|
||||
public static RENDERER_VERSION: string = '1.2.6';
|
||||
public static UI_VERSION: string = '';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user