From 6d19ec5df054f23bd120a7055c40e20ac2d32c37 Mon Sep 17 00:00:00 2001 From: Tobey Blaber Date: Sat, 8 Apr 2023 19:39:04 +0100 Subject: [PATCH] Version bump for release --- Core/Properties/AssemblyInfo.cs | 4 ++-- Patcher/Properties/AssemblyInfo.cs | 4 ++-- Plugin/Plugin.csproj | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Core/Properties/AssemblyInfo.cs b/Core/Properties/AssemblyInfo.cs index 0ce074c..b7d45a0 100644 --- a/Core/Properties/AssemblyInfo.cs +++ b/Core/Properties/AssemblyInfo.cs @@ -32,8 +32,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.2.0")] -[assembly: AssemblyFileVersion("1.0.2.0")] +[assembly: AssemblyVersion("1.0.3.0")] +[assembly: AssemblyFileVersion("1.0.3.0")] [assembly: InternalsVisibleTo("Tobey.UnityAudio.Patcher")] [assembly: InternalsVisibleTo("Tobey.UnityAudio.Plugin")] diff --git a/Patcher/Properties/AssemblyInfo.cs b/Patcher/Properties/AssemblyInfo.cs index 424674d..c49197b 100644 --- a/Patcher/Properties/AssemblyInfo.cs +++ b/Patcher/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.2.0")] -[assembly: AssemblyFileVersion("1.0.2.0")] +[assembly: AssemblyVersion("1.0.3.0")] +[assembly: AssemblyFileVersion("1.0.3.0")] diff --git a/Plugin/Plugin.csproj b/Plugin/Plugin.csproj index 3fa31be..36da25a 100644 --- a/Plugin/Plugin.csproj +++ b/Plugin/Plugin.csproj @@ -4,7 +4,7 @@ net35 Tobey.UnityAudio.Plugin Attempts to play a sound at the camera once the game has loaded - 1.0.2 + 1.0.3 true latest Unity Audio Patcher