Skip to content

Commit

Permalink
chore(release): 1.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.2](v1.3.1...v1.3.2) (2022-06-07)

### Bug Fixes

* adding new line before key header ([3495845](3495845))
  • Loading branch information
semantic-release-bot committed Jun 7, 2022
1 parent 3495845 commit edd7633
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("1.3.1")]
[assembly: AssemblyVersion("1.3.2")]

[assembly: InternalsVisibleTo("SimpleWebTransport.Tests.Runtime")]
[assembly: InternalsVisibleTo("SimpleWebTransport.Tests.Editor")]
7 changes: 7 additions & 0 deletions source/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.3.2](https://github.com/James-Frowen/SimpleWebTransport/compare/v1.3.1...v1.3.2) (2022-06-07)


### Bug Fixes

* adding new line before key header ([3495845](https://github.com/James-Frowen/SimpleWebTransport/commit/3495845b8c3fa6838f0838660b652302a20b714a))

## [1.3.1](https://github.com/James-Frowen/SimpleWebTransport/compare/v1.3.0...v1.3.1) (2022-06-07)


Expand Down
2 changes: 1 addition & 1 deletion source/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.james-frowen.simplewebtransport",
"displayName": "Simple Web Transport",
"version": "1.3.1",
"version": "1.3.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",
Expand Down

0 comments on commit edd7633

Please sign in to comment.