From 97bbc9969f8ed84abf1daa2b30ea2f78bc91ce9d Mon Sep 17 00:00:00 2001 From: Pixeye Date: Tue, 10 Mar 2020 13:20:49 +0200 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c006d2a2..46299005 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "displayName": "Actors", "description": "ACTORS is a complete game framework with multiscene editing, game object pooling, ECS and data-driven approach for game logic explicitly built for Unity3d. It is used to ease the pain of decoupling data from behaviors without tons of boilerplate code and unnecessary overhead.", "unity": "2019.3", - "version": "2020.3.5", + "version": "2020.3.10", "keywords": [ "ecs", "pixeye",