Skip to content

Commit

Permalink
Update module loader and utils dependencies to 1.1.1;
Browse files Browse the repository at this point in the history
Update version to 0.4.10-preview for future development
  • Loading branch information
mtschoen-unity committed Aug 27, 2020
1 parent 2cce4b7 commit ef892f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.4.10-preview] - 2020-08-27
- Update dependencies to released versions

## [0.4.9-preview] - 2020-08-21
- Fix compile errors when making player builds

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "com.unity.editorxr",
"displayName": "EditorXR",
"version": "0.4.9-preview",
"version": "0.4.10-preview",
"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.",
"dependencies": {
"com.unity.xrtools.utils": "1.1.0",
"com.unity.xrtools.module-loader": "1.1.0",
"com.unity.xrtools.utils": "1.1.1",
"com.unity.xrtools.module-loader": "1.1.1",
"com.unity.list-view-framework": "1.1.2-preview",
"com.unity.xrtools.spatial-hash": "0.1.2-preview",
"com.unity.xr.legacyinputhelpers": "2.0.6",
Expand Down

0 comments on commit ef892f1

Please sign in to comment.