Commit 4a4a3d5 1 parent 21f900e commit 4a4a3d5 Copy full SHA for 4a4a3d5
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [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" ) ]
Original file line number Diff line number Diff line change 4
4
<TargetFramework >net35</TargetFramework >
5
5
<AssemblyName >Tobey.UnityAudio.Plugin</AssemblyName >
6
6
<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 >
8
8
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
9
9
<LangVersion >latest</LangVersion >
10
10
<Product >Unity Audio Patcher</Product >
Original file line number Diff line number Diff line change 32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [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" ) ]
37
37
38
38
[ assembly: InternalsVisibleTo ( "Tobey.UnityAudio.Patcher" ) ]
39
39
[ assembly: InternalsVisibleTo ( "Tobey.UnityAudio.Plugin" ) ]
You can’t perform that action at this time.
0 commit comments