Skip to content

Commit 4a4a3d5

Browse files
committed
Version bump for release
1 parent 21f900e commit 4a4a3d5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Patcher/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.0.2.0")]
36-
[assembly: AssemblyFileVersion("2.0.2.0")]
35+
[assembly: AssemblyVersion("2.0.3.0")]
36+
[assembly: AssemblyFileVersion("2.0.3.0")]

Plugin/Plugin.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net35</TargetFramework>
55
<AssemblyName>Tobey.UnityAudio.Plugin</AssemblyName>
66
<Description>Attempts to play a sound at the camera once the game has loaded</Description>
7-
<Version>2.0.2</Version>
7+
<Version>2.0.3</Version>
88
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
99
<LangVersion>latest</LangVersion>
1010
<Product>Unity Audio Patcher</Product>

Shared/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.0.2.0")]
36-
[assembly: AssemblyFileVersion("2.0.2.0")]
35+
[assembly: AssemblyVersion("2.0.3.0")]
36+
[assembly: AssemblyFileVersion("2.0.3.0")]
3737

3838
[assembly: InternalsVisibleTo("Tobey.UnityAudio.Patcher")]
3939
[assembly: InternalsVisibleTo("Tobey.UnityAudio.Plugin")]

0 commit comments

Comments
 (0)