From 7c964261efcc4c8de8fe65567e7d833a7cd6c938 Mon Sep 17 00:00:00 2001 From: Robin North Date: Wed, 24 Nov 2021 16:28:46 +0000 Subject: [PATCH] Fix package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 58de195..a292ead 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.github.superunitybuild.buildtool", "displayName": "SuperUnityBuild", - "version": "4.0.0", + "version": "4.0.1", "unity": "2019.1", "description": "SuperUnityBuild is a Unity utility that automates the process of generating builds. It's easy and quick enough to use on small apps, but it's also powerful and extensible enough to be extremely useful on larger projects. The key to this flexibility lies in SuperUnityBuild's configurable degrees of granularity and its BuildActions framework which allows additional operations to be added into the build process.", "documentationUrl": "https://github.com/superunitybuild/buildtool/wiki",