Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
[skip ci] 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
XRTK-Build-Bot committed Aug 24, 2022
1 parent 836b62a commit 4fe3dc9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.3.5")]
[assembly: AssemblyVersion("0.3.6")]
[assembly: AssemblyTitle("com.xrtk.core.editor")]
[assembly: AssemblyCompany("XRTK")]
[assembly: AssemblyCopyright("Copyright (c) XRTK. All rights reserved.")]
2 changes: 1 addition & 1 deletion Editor/BuildPipeline/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Reflection;

[assembly: AssemblyVersion("0.3.5")]
[assembly: AssemblyVersion("0.3.6")]
[assembly: AssemblyTitle("com.xrtk.editor.buildpipeline")]
[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.3.5")]
[assembly: AssemblyVersion("0.3.6")]
[assembly: AssemblyTitle("com.xrtk.core")]
[assembly: AssemblyCompany("XRTK")]
[assembly: AssemblyCopyright("Copyright (c) XRTK. All rights reserved.")]
Expand Down
2 changes: 1 addition & 1 deletion Tests/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Reflection;

[assembly: AssemblyVersion("0.3.5")]
[assembly: AssemblyVersion("0.3.6")]
[assembly: AssemblyTitle("com.xrtk.tests")]
[assembly: AssemblyCompany("XRTK")]
[assembly: AssemblyCopyright("Copyright (c) XRTK. All rights reserved.")]
2 changes: 1 addition & 1 deletion Tests/Services/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("0.3.5")]
[assembly: AssemblyVersion("0.3.6")]
[assembly: AssemblyTitle("com.xrtk.core.tests.services")]
[assembly: AssemblyCompany("XRTK")]
[assembly: AssemblyCopyright("Copyright (c) XRTK. All rights reserved.")]
Expand Down
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",
"DI"
],
"version": "0.3.5",
"version": "0.3.6",
"unity": "2021.3",
"license": "MIT",
"repository": {
Expand All @@ -27,4 +27,4 @@
"com.unity.editorcoroutines": "1.0.0",
"com.unity.addressables": "1.19.19"
}
}
}

0 comments on commit 4fe3dc9

Please sign in to comment.