From ebf8d23b09685d7a94b6c8aaa3e168fb61d70338 Mon Sep 17 00:00:00 2001 From: Erik Sombroek Date: Sun, 26 May 2024 12:05:45 +0200 Subject: [PATCH] v1.0.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e06499..23bd0d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gamestats.js", - "version": "1.0.5", + "version": "1.0.6", "description": "Javascript performance monitor / game stats library inspired by Unity's graphy", "main": "build/gamestats.js", "types": "src/index.d.ts",