diff --git a/package.json b/package.json index d4afed1..6aa0641 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nl.elraccoone.entity-component-system", "displayName": "Entity Component System", - "version": "3.12.0", + "version": "4.0.0", "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,