From 1079c107e8f7eae8610a5eae499cb11056e1f509 Mon Sep 17 00:00:00 2001 From: Nathan Gordon Date: Fri, 6 Oct 2023 15:24:36 +0200 Subject: [PATCH] 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9f870d..b4e8b88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ogl", - "version": "1.0.0", + "version": "1.0.1", "description": "WebGL Library", "type": "module", "main": "./src/index.js",