Skip to content

Commit 8e45ca6

Browse files
committed
Merge branch 'hotfix/textanim-build-errors'
2 parents ec1419a + 47025f6 commit 8e45ca6

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1414

1515
### Removed
1616

17+
## [3.1.4] 2025-12-19
18+
19+
### Changed
20+
21+
- Fixed an issue that caused build errors when using the Text Animator add-on.
22+
1723
## [3.1.3] 2025-12-09
1824

1925
### 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.1.3.0")]
9-
[assembly: AssemblyFileVersion("3.1.3.0")]
10-
[assembly: AssemblyInformationalVersion("3.1.3.Branch.main.Sha.e1ba6f471d923270d2a0ba7b4f8ae81dc3f76adb")]
8+
[assembly: AssemblyVersion("3.1.4.0")]
9+
[assembly: AssemblyFileVersion("3.1.4.0")]
10+
[assembly: AssemblyInformationalVersion("3.1.4.Branch.hotfix/textanim-build-errors.Sha.c2b119c5eda7fdd3cd0b13a689f95d54d456fb69")]
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.1.3.0")]
9-
[assembly: AssemblyFileVersion("3.1.3.0")]
10-
[assembly: AssemblyInformationalVersion("3.1.3.Branch.main.Sha.e1ba6f471d923270d2a0ba7b4f8ae81dc3f76adb")]
8+
[assembly: AssemblyVersion("3.1.4.0")]
9+
[assembly: AssemblyFileVersion("3.1.4.0")]
10+
[assembly: AssemblyInformationalVersion("3.1.4.Branch.hotfix/textanim-build-errors.Sha.c2b119c5eda7fdd3cd0b13a689f95d54d456fb69")]
1111
[assembly: InternalsVisibleTo("YarnSpinnerTests")]
1212
[assembly: InternalsVisibleTo("YarnSpinner.Editor.Tests")]
1313
[assembly: InternalsVisibleTo("YarnSpinner.Unity.Editor")]

0 commit comments

Comments
 (0)