Skip to content

Commit

Permalink
Update package versions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
desplesda committed Oct 31, 2022
1 parent 2a54616 commit 00e89b7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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.1.0")]
[assembly: AssemblyVersion("2.2.2.0")]
[assembly: InternalsVisibleTo("YarnSpinner.Editor.Tests")]

[assembly: AssemblyFileVersion("2.2.1.0")]
[assembly: AssemblyInformationalVersion("2.2.1.0")]
[assembly: AssemblyFileVersion("2.2.2.0")]
[assembly: AssemblyInformationalVersion("2.2.2.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.1.0")]
[assembly: AssemblyFileVersion("2.2.1.0")]
[assembly: AssemblyInformationalVersion("2.2.1")]
[assembly: AssemblyVersion("2.2.2.0")]
[assembly: AssemblyFileVersion("2.2.2.0")]
[assembly: AssemblyInformationalVersion("2.2.2")]
[assembly: InternalsVisibleTo("YarnSpinnerTests")]
[assembly: InternalsVisibleTo("YarnSpinner.Editor.Tests")]
[assembly: InternalsVisibleTo("YarnSpinner.Unity.Editor")]
Expand Down
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.1",
"version": "2.2.2",
"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 00e89b7

Please sign in to comment.