Skip to content

Commit

Permalink
Update for v2.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
desplesda committed Jul 7, 2023
1 parent 099ad89 commit 80c1e26
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 12 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Added

### Changed

### Removed

## [2.3.1] 2023-07-07

### Added

- Added the ability to add, modify, and delete source file patterns for Yarn projects in the Inspector.

### Changed

- Calling `Stop` on the Dialogue Runner will now also dismiss the LineView, OptionListView, and VoiceOverView.

### Removed

## [2.3.0-beta2] 2023-05-17

### Added
Expand Down
6 changes: 3 additions & 3 deletions Editor/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("2.3.0.0")]
[assembly: AssemblyFileVersion("2.3.0.0")]
[assembly: AssemblyInformationalVersion("2.3.0-beta2")]
[assembly: AssemblyVersion("2.3.1.0")]
[assembly: AssemblyFileVersion("2.3.1.0")]
[assembly: AssemblyInformationalVersion("2.3.1")]

[assembly: InternalsVisibleTo("YarnSpinner.Editor.Tests")]
6 changes: 3 additions & 3 deletions Runtime/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("2.3.0.0")]
[assembly: AssemblyFileVersion("2.3.0.0")]
[assembly: AssemblyInformationalVersion("2.3.0-beta2")]
[assembly: AssemblyVersion("2.3.1.0")]
[assembly: AssemblyFileVersion("2.3.1.0")]
[assembly: AssemblyInformationalVersion("2.3.1")]
[assembly: InternalsVisibleTo("YarnSpinnerTests")]
[assembly: InternalsVisibleTo("YarnSpinner.Editor.Tests")]
[assembly: InternalsVisibleTo("YarnSpinner.Unity.Editor")]
Expand Down
6 changes: 3 additions & 3 deletions Samples~/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System.Reflection;

[assembly: AssemblyVersion("2.3.0.0")]
[assembly: AssemblyFileVersion("2.3.0.0")]
[assembly: AssemblyInformationalVersion("2.3.0-beta2")]
[assembly: AssemblyVersion("2.3.1.0")]
[assembly: AssemblyFileVersion("2.3.1.0")]
[assembly: AssemblyInformationalVersion("2.3.1")]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dev.yarnspinner.unity",
"version": "2.3.0-preview.2",
"version": "2.3.1",
"displayName": "Yarn Spinner",
"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.",
"unity": "2019.4",
Expand Down

0 comments on commit 80c1e26

Please sign in to comment.