Skip to content

Commit

Permalink
bumped version to 0.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed May 19, 2021
1 parent 75e6ab8 commit d06d19a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.15")]
[assembly: AssemblyVersion("0.2.16")]
[assembly: AssemblyTitle("com.xrtk.core.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 @@ -6,7 +6,7 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("0.2.15")]
[assembly: AssemblyVersion("0.2.16")]
[assembly: AssemblyTitle("com.xrtk.core")]
[assembly: AssemblyCompany("XRTK")]
[assembly: AssemblyCopyright("Copyright (c) XRTK. All rights reserved.")]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"Mixed Reality",
"DI"
],
"version": "0.2.15",
"version": "0.2.16",
"unity": "2019.4",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit d06d19a

Please sign in to comment.