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.12
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Jun 11, 2021
1 parent 7e1b1ff commit 1af0bc8
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.11")]
[assembly: AssemblyVersion("0.2.12")]
[assembly: AssemblyTitle("com.xrtk.wmr.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.11")]
[assembly: AssemblyVersion("0.2.12")]
[assembly: AssemblyTitle("com.xrtk.wmr")]
[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 @@ -10,7 +10,7 @@
"mixed",
"reality"
],
"version": "0.2.11",
"version": "0.2.12",
"unity": "2019.4",
"license": "MIT",
"repository": {
Expand All @@ -19,7 +19,7 @@
},
"author": "XRTK Team (https://github.com/XRTK)",
"dependencies": {
"com.xrtk.core": "0.2.16",
"com.xrtk.core": "0.2.17-preview.1",
"com.unity.xr.windowsmr.metro": "4.2.3"
},
"profiles": [
Expand Down

0 comments on commit 1af0bc8

Please sign in to comment.