Skip to content

Commit

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

### Bug Fixes

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


### Bug Fixes

* updating unity version in package ([2ece3e6](https://github.com/James-Frowen/SimpleWebSocket/commit/2ece3e64592ab51481fa93e7031959b9deb3789d))

# [4.0.0](https://github.com/James-Frowen/SimpleWebSocket/compare/v3.1.2...v4.0.0) (2024-03-16)


Expand Down
2 changes: 1 addition & 1 deletion Assets/SimpleWebSocket/Runtime/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;

[assembly: AssemblyVersion("4.0.0")]
[assembly: AssemblyVersion("4.0.1")]

4 changes: 2 additions & 2 deletions Assets/SimpleWebSocket/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.james-frowen.simplewebsocket",
"displayName": "SimpleWebSocket for Mirage",
"version": "4.0.0",
"version": "4.0.1",
"unity": "2021.3",
"description": "Websocket support for Mirage using SimpleWebTransport",
"author": "James Frowen",
Expand All @@ -10,4 +10,4 @@
"com.james-frowen.simplewebtransport": "2.0.1"
},
"samples": []
}
}

0 comments on commit 87f5003

Please sign in to comment.