From e30ab01aa3f47f034f866b21b4213df07abba493 Mon Sep 17 00:00:00 2001 From: Jeffrey Lanters Date: Wed, 18 Aug 2021 12:51:19 +0200 Subject: [PATCH] 3.8.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 23d1831..7d8469b 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nl.elraccoone.entity-component-system", "displayName": "Entity Component System", - "version": "3.8.1", + "version": "3.8.2", "description": "A better approach to game design that allows you to concentrate on the actual problems you are solving: the data and behavior that make up your game. By moving from object-oriented to data-oriented design it will be easier for you to reuse the code and easier for others to understand and work on it.", "type": "library", "hideInEditor": false,