Skip to content

Commit

Permalink
Merge pull request #87 from De-Panther/webxr_interactions_dependency_fix
Browse files Browse the repository at this point in the history
WebXR Interactions dependency fix
  • Loading branch information
De-Panther authored Nov 16, 2020
2 parents 72dd9b4 + ef3d5c5 commit 9d1e8c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Packages/webxr-interactions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.1] - 2020-11-17
### Changed
- WebXR Export dependency fix

## [0.4.0] - 2020-11-08
### Added
- Support for the missing controller inputs.
Expand Down
4 changes: 2 additions & 2 deletions Packages/webxr-interactions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.de-panther.webxr-interactions",
"displayName": "WebXR Interactions",
"version": "0.4.0-preview",
"version": "0.4.1-preview",
"unity": "2019.4",
"unityRelease": "7f1",
"description": "WebXR interactions components and samples for WebXR Export",
Expand All @@ -23,6 +23,6 @@
}
],
"dependencies": {
"com.de-panther.webxr": "0.4.0"
"com.de-panther.webxr": "0.4.0-preview"
}
}

0 comments on commit 9d1e8c8

Please sign in to comment.