From 3c4641a62f68ba1e95137f02d11e68f5e8104534 Mon Sep 17 00:00:00 2001 From: Matt Schoen Date: Tue, 17 Dec 2019 19:16:16 -0800 Subject: [PATCH] Bump version number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22fc04138..03008c1e8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.labs.editorxr", "displayName": "EditorXR", - "version": "0.4.0-preview.2", + "version": "0.4.0-preview.3", "unity": "2019.1", "unityRelease": "14f1", "description": "Author XR in XR\nEditorXR provides a basic set of authoring tools and a framework for using and developing spatial authoring environments. This package adds the VR View to the Unity Editor, allowing users to take advantage of VR devices like Oculus Rift and HTC Vive in edit mode and work directly on their project and scenes in VR.\nIt is also possible to build EditorXR and its tools and workspaces into Player builds for use on devices like Oculus Quest or to incoroprate authoring components into end-user experiences.",