Skip to content

Commit

Permalink
Bump version number and update dependency version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
mtschoen-unity committed Jan 31, 2020
1 parent 5023653 commit bddfca6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ 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.3-preview] - 2020-01-31
-- Fix an issue with null check in AdaptivePositionModule--fixes spatial menu

## [0.4.2-preview] - 2020-01-09
Fix GUI scaling issue in VRView
-- Fix GUI scaling issue in VRView

## [0.4.1-preview] - 2020-01-03
Update dependencies and finalize package manager release
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.labs.editorxr",
"displayName": "EditorXR",
"version": "0.4.2-preview",
"version": "0.4.3-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.labs.utils": "0.1.1-preview",
"com.unity.labs.module-loader": "0.1.1-preview",
"com.unity.labs.utils": "0.1.2-preview",
"com.unity.labs.module-loader": "0.1.2-preview",
"com.unity.labs.list-view-framework": "1.1.1-preview",
"com.unity.xr.legacyinputhelpers": "2.0.6",
"com.unity.labs.xrlinerenderer": "0.1.1-preview",
Expand Down

0 comments on commit bddfca6

Please sign in to comment.