File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed
Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ Yarn Spinner is licensed to you under the terms found in the file LICENSE.md.
55using System . Reflection ;
66using 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" ) ]
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ Yarn Spinner is licensed to you under the terms found in the file LICENSE.md.
55using System . Reflection ;
66using 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" ) ]
You can’t perform that action at this time.
0 commit comments