Skip to content

Commit

Permalink
Update version to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
desplesda committed Jun 14, 2022
1 parent 5d42767 commit ac33e91
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [2.2.1] 2022-06-14

### Changed

- Fixed an issue where Yarn projects that made use of the `visited` or `visit_count` functions could produce errors when re-importing the project.
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.2.0.0")]
[assembly: AssemblyVersion("2.2.1.0")]
[assembly: InternalsVisibleTo("YarnSpinner.Editor.Tests")]

[assembly: AssemblyFileVersion("2.2.0.0")]
[assembly: AssemblyInformationalVersion("2.2.0.0")]
[assembly: AssemblyFileVersion("2.2.1.0")]
[assembly: AssemblyInformationalVersion("2.2.1.0")]
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.2.0.0")]
[assembly: AssemblyFileVersion("2.2.0.0")]
[assembly: AssemblyInformationalVersion("2.2.0")]
[assembly: AssemblyVersion("2.2.1.0")]
[assembly: AssemblyFileVersion("2.2.1.0")]
[assembly: AssemblyInformationalVersion("2.2.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,6 +1,6 @@
using System.Reflection;

[assembly: AssemblyVersion("2.0.2.0")]
[assembly: AssemblyVersion("2.2.1.0")]

[assembly: AssemblyFileVersion("2.0.2.0")]
[assembly: AssemblyInformationalVersion("2.0.2-development")]
[assembly: AssemblyFileVersion("2.2.1.0")]
[assembly: AssemblyInformationalVersion("2.2.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.2.0",
"version": "2.2.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 ac33e91

Please sign in to comment.