Skip to content

Commit

Permalink
Prepare release versions and apply patch
Browse files Browse the repository at this point in the history
  • Loading branch information
MattGrayUL committed May 18, 2023
1 parent cff77ae commit 8c4de36
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Packages/Tracking Preview/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "com.ultraleap.tracking.preview",
"version": "6.8.0",
"version": "6.8.1",
"description": "Ultraleap Tracking Preview",
"displayName": "Ultraleap Tracking Preview",
"unity": "2020.3",
"license": "Apache-2.0",
"dependencies": {
"com.ultraleap.tracking": "6.8.0",
"com.ultraleap.tracking": "6.8.1",
"com.unity.inputsystem": "1.5.0",
"com.unity.xr.interaction.toolkit": "2.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion Packages/Tracking/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[docs-website]: https://docs.ultraleap.com/unity-api/ "Ultraleap Docs"

## [NEXT] - XX/XX/XX
## [6.8.1] - 19/05/23

### Added
-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public bool IsValid
}

internal void OnDataChanged()
{
{
UpdateFlippedData();
}

Expand Down
2 changes: 1 addition & 1 deletion Packages/Tracking/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.ultraleap.tracking",
"version": "6.8.0",
"version": "6.8.1",
"description": "Ultraleap's Unity Plugin enables the data produced by Ultraleap tracking hardware to be used by developers inside their Unity projects. It includes various utilities and prefabs that make it as easy as possible to design and use hand tracking in XR projects",
"displayName": "Ultraleap Tracking",
"unity": "2020.3",
Expand Down

0 comments on commit 8c4de36

Please sign in to comment.