From a25da8c2e877ee08c6e32bfab6d436bddaf49b15 Mon Sep 17 00:00:00 2001 From: Levi Pesin <35454228+LeviPesin@users.noreply.github.com> Date: Thu, 25 Jul 2024 21:48:28 +1000 Subject: [PATCH] v0.2.0 Signed-off-by: Levi Pesin <35454228+LeviPesin@users.noreply.github.com> --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 713151a..454a8af 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "memory-allocator", "author": "Warriors Life", - "version": "0.1.0", + "version": "0.2.0", "description": "Simple ArrayBuffer memory allocator", "license": "MIT", "type": "module",