diff --git a/package.json b/package.json index 0d83945..f9611e7 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "com.github.superunitybuild.buildtool", "displayName": "SuperUnityBuild", - "version": "1.0.0-pre.1", + "version": "1.0.0-pre.2", "unity": "2018.1", "description": "SuperUnityBuild is a Unity utility that automates the process of generating builds of your game. It's easy and quick enough to use on small games, 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/superunitybuild/wiki", "type": "tool" -} \ No newline at end of file +}