Skip to content

Commit 12a8362

Browse files
committed
Bump renderer version
1 parent efb2103 commit 12a8362

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nitrots/nitro-renderer",
33
"description": "Javascript library for rendering Nitro in the browser using PixiJS",
4-
"version": "1.5.0",
4+
"version": "1.6.1",
55
"publishConfig": {
66
"access": "public"
77
},

src/core/NitroVersion.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export class NitroVersion
22
{
3-
public static RENDERER_VERSION: string = '1.5.0';
3+
public static RENDERER_VERSION: string = '1.6.1';
44
public static UI_VERSION: string = '';
55

66
public static sayHello(): void

0 commit comments

Comments
 (0)