From 2a582a662bbb0286d49a3f18c9b6414b88d3c762 Mon Sep 17 00:00:00 2001 From: William Dye Date: Thu, 9 Mar 2023 09:53:09 -0500 Subject: [PATCH] 0.1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c5de07..c59e5ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dyesoft/alea-core", - "version": "0.1.2", + "version": "0.1.3", "description": "Core classes and utilities for the Alea game engine", "main": "src/index.mjs", "type": "module",