Skip to content

Commit eb02501

Browse files
committed
Update assemblyinfo for v3.0.2
1 parent a5a348d commit eb02501

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Editor/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Yarn Spinner is licensed to you under the terms found in the file LICENSE.md.
55
using System.Reflection;
66
using System.Runtime.CompilerServices;
77

8-
[assembly: AssemblyVersion("3.0.0.235")]
9-
[assembly: AssemblyFileVersion("3.0.0.235")]
10-
[assembly: AssemblyInformationalVersion("3.0.0-beta2.Branch.release/v3.0.0-beta2.Sha.e95b5ff4c7576725366c01ba842f4b0a5e805c76")]
8+
[assembly: AssemblyVersion("3.0.2.0")]
9+
[assembly: AssemblyFileVersion("3.0.2.0")]
10+
[assembly: AssemblyInformationalVersion("3.0.2.Branch.main.Sha.a5a348dd31658511667d6edbe09924f6d053058a")]
1111

1212
[assembly: InternalsVisibleTo("YarnSpinner.Unity.Editor")]
1313
[assembly: InternalsVisibleTo("YarnSpinner.Editor.Tests")]

Runtime/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Yarn Spinner is licensed to you under the terms found in the file LICENSE.md.
55
using System.Reflection;
66
using System.Runtime.CompilerServices;
77

8-
[assembly: AssemblyVersion("3.0.0.235")]
9-
[assembly: AssemblyFileVersion("3.0.0.235")]
10-
[assembly: AssemblyInformationalVersion("3.0.0-beta2.Branch.release/v3.0.0-beta2.Sha.e95b5ff4c7576725366c01ba842f4b0a5e805c76")]
8+
[assembly: AssemblyVersion("3.0.2.0")]
9+
[assembly: AssemblyFileVersion("3.0.2.0")]
10+
[assembly: AssemblyInformationalVersion("3.0.2.Branch.main.Sha.a5a348dd31658511667d6edbe09924f6d053058a")]
1111
[assembly: InternalsVisibleTo("YarnSpinnerTests")]
1212
[assembly: InternalsVisibleTo("YarnSpinner.Editor.Tests")]
1313
[assembly: InternalsVisibleTo("YarnSpinner.Unity.Editor")]

0 commit comments

Comments
 (0)