Skip to content

Commit

Permalink
chore(release): 1.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.2](v1.2.1...v1.2.2) (2021-12-16)

### Bug Fixes

* fixing release with empty commit ([068af74](068af74))
  • Loading branch information
semantic-release-bot committed Dec 16, 2021
1 parent 068af74 commit de3ebce
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -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")]
6 changes: 6 additions & 0 deletions source/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
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": "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",
Expand All @@ -11,4 +11,4 @@
},
"dependencies": {},
"samples": []
}
}

0 comments on commit de3ebce

Please sign in to comment.