Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
bumped version to 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Jun 11, 2021
1 parent 226c7e3 commit 639b55e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Editor/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

using System.Reflection;

[assembly: AssemblyVersion("0.2.9")]
[assembly: AssemblyVersion("0.2.10")]
[assembly: AssemblyTitle("com.xrtk.lumin.editor")]
[assembly: AssemblyCompany("XRTK")]
[assembly: AssemblyCopyright("Copyright (c) XRTK. All rights reserved.")]
2 changes: 1 addition & 1 deletion Runtime/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

using System.Reflection;

[assembly: AssemblyVersion("0.2.9")]
[assembly: AssemblyVersion("0.2.10")]
[assembly: AssemblyTitle("com.xrtk.lumin")]
[assembly: AssemblyCompany("XRTK")]
[assembly: AssemblyCopyright("Copyright (c) XRTK. All rights reserved.")]
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"reality",
"lumin"
],
"version": "0.2.9",
"version": "0.2.10",
"unity": "2019.4",
"license": "MIT",
"repository": {
Expand All @@ -22,7 +22,7 @@
},
"author": "XRTK Team (https://github.com/XRTK)",
"dependencies": {
"com.xrtk.core": "0.2.16"
"com.xrtk.core": "0.2.17-preview.1"
},
"profiles": [
{
Expand Down

0 comments on commit 639b55e

Please sign in to comment.