From f4e6e9884eb21ea131a3f3e423484712a69c54bf Mon Sep 17 00:00:00 2001 From: Mudit Date: Fri, 30 Aug 2019 13:35:40 +0100 Subject: [PATCH] Update to 14.0.2 --- spatialos.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spatialos.json b/spatialos.json index 6eab408..ce3936c 100644 --- a/spatialos.json +++ b/spatialos.json @@ -1,11 +1,11 @@ { "name": "your_project_name_here", "project_version": "1.0.0", - "sdk_version": "14.0.1", + "sdk_version": "14.0.2", "dependencies": [ { "name": "standard_library", - "version": "14.0.1" + "version": "14.0.2" } ] }