diff --git a/source/AssemblyInfo.cs b/source/AssemblyInfo.cs index 21dc81f..ccf57c5 100644 --- a/source/AssemblyInfo.cs +++ b/source/AssemblyInfo.cs @@ -1,6 +1,6 @@ using System.Runtime.CompilerServices; -[assembly: AssemblyVersion("0.9.0")] +[assembly: AssemblyVersion("1.2.2")] [assembly: InternalsVisibleTo("SimpleWebTransport.Tests.Runtime")] [assembly: InternalsVisibleTo("SimpleWebTransport.Tests.Editor")] diff --git a/source/CHANGELOG.md b/source/CHANGELOG.md index e69de29..4874cc6 100644 --- a/source/CHANGELOG.md +++ b/source/CHANGELOG.md @@ -0,0 +1,6 @@ +## [1.2.2](https://github.com/James-Frowen/SimpleWebTransport/compare/v1.2.1...v1.2.2) (2021-12-16) + + +### Bug Fixes + +* fixing release with empty commit ([068af74](https://github.com/James-Frowen/SimpleWebTransport/commit/068af74f7399354081f25181f90fb060b0fa1524)) diff --git a/source/package.json b/source/package.json index db18d1c..f54ec2f 100644 --- a/source/package.json +++ b/source/package.json @@ -1,7 +1,7 @@ { "name": "com.james-frowen.simplewebtransport", "displayName": "Simple Web Transport", - "version": "0.9.0", + "version": "1.2.2", "unity": "2019.4", "description": "Low level transport for Unity using the websocket Protocol. Includes a Websocket server, standalone client, and a WebGL client so that both your Server and Client can be build with Unity.", "author": "James Frowen", @@ -11,4 +11,4 @@ }, "dependencies": {}, "samples": [] -} \ No newline at end of file +}