Skip to content

Commit

Permalink
chore(release): 2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.1](v2.0.0...v2.0.1) (2024-03-16)

### Bug Fixes

* updating unity version in package ([b4f1f26](b4f1f26))
  • Loading branch information
semantic-release-bot committed Mar 16, 2024
1 parent b4f1f26 commit 1391d80
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions source/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.1](https://github.com/James-Frowen/SimpleWebTransport/compare/v2.0.0...v2.0.1) (2024-03-16)


### Bug Fixes

* updating unity version in package ([b4f1f26](https://github.com/James-Frowen/SimpleWebTransport/commit/b4f1f260311c431b10221a104bf14a50342cde41))

# [2.0.0](https://github.com/James-Frowen/SimpleWebTransport/compare/v1.6.5...v2.0.0) (2024-03-16)


Expand Down
2 changes: 1 addition & 1 deletion source/Runtime/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("2.0.0")]
[assembly: AssemblyVersion("2.0.1")]

[assembly: InternalsVisibleTo("SimpleWebTransport.Tests.Runtime")]
[assembly: InternalsVisibleTo("SimpleWebTransport.Tests.Editor")]
4 changes: 2 additions & 2 deletions 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": "2.0.0",
"version": "2.0.1",
"unity": "2021.3",
"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 All @@ -11,4 +11,4 @@
},
"dependencies": {},
"samples": []
}
}

0 comments on commit 1391d80

Please sign in to comment.