Skip to content

Commit 040b0f4

Browse files
committed
Bump package.json and AssemblyInfo version
1 parent e1ba6f4 commit 040b0f4

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1212

1313
### Removed
1414

15-
## [3.1.2] 2025-12-09
15+
## [3.1.3] 2025-12-09
1616

1717
### Changed
1818

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.1.0")]
9-
[assembly: AssemblyFileVersion("3.1.1.0")]
10-
[assembly: AssemblyInformationalVersion("3.1.1+Branch.main.Sha.cb8fc541fc171ace1898785a98f08756c8bb5583")]
8+
[assembly: AssemblyVersion("3.1.3.0")]
9+
[assembly: AssemblyFileVersion("3.1.3.0")]
10+
[assembly: AssemblyInformationalVersion("3.1.3.Branch.main.Sha.e1ba6f471d923270d2a0ba7b4f8ae81dc3f76adb")]
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.1.0")]
9-
[assembly: AssemblyFileVersion("3.1.1.0")]
10-
[assembly: AssemblyInformationalVersion("3.1.1+Branch.main.Sha.cb8fc541fc171ace1898785a98f08756c8bb5583")]
8+
[assembly: AssemblyVersion("3.1.3.0")]
9+
[assembly: AssemblyFileVersion("3.1.3.0")]
10+
[assembly: AssemblyInformationalVersion("3.1.3.Branch.main.Sha.e1ba6f471d923270d2a0ba7b4f8ae81dc3f76adb")]
1111
[assembly: InternalsVisibleTo("YarnSpinnerTests")]
1212
[assembly: InternalsVisibleTo("YarnSpinner.Editor.Tests")]
1313
[assembly: InternalsVisibleTo("YarnSpinner.Unity.Editor")]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dev.yarnspinner.unity",
3-
"version": "3.1.1",
3+
"version": "3.1.3",
44
"displayName": "Yarn Spinner",
55
"description": "Yarn Spinner is the friendly tool for interactive conversations. Write your dialogue in a simple programming language that's designed to be straightforward for writers and powerful for programmers, and then attach it to your scenes to power your conversations.",
66
"unity": "2022.3",

0 commit comments

Comments
 (0)