We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb2103 commit 12a8362Copy full SHA for 12a8362
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@nitrots/nitro-renderer",
3
"description": "Javascript library for rendering Nitro in the browser using PixiJS",
4
- "version": "1.5.0",
+ "version": "1.6.1",
5
"publishConfig": {
6
"access": "public"
7
},
src/core/NitroVersion.ts
@@ -1,6 +1,6 @@
export class NitroVersion
- public static RENDERER_VERSION: string = '1.5.0';
+ public static RENDERER_VERSION: string = '1.6.1';
public static UI_VERSION: string = '';
public static sayHello(): void
0 commit comments