endel / NativeWebSocket

🔌 WebSocket client for Unity - with no external dependencies (WebGL, Native, Android, iOS, UWP)
Other
1.2k stars 158 forks source link

Update package to 1.1.0 #32

Closed Bradshaw closed 3 years ago

Bradshaw commented 3 years ago

Updates package.json to version 1.1.0

Also, I recommend using Git tags and making the UPM URL https://github.com/endel/NativeWebSocket.git#<latest-tag>
Using a branch URL in UPM means that if and when the branch has breaking changes, projects that depend on NativeWebSocket will break in unexpected ways.
This is why we're using a forked and tagged version @bridgebase at the moment, we're afraid changes will be made on the #upm branch that might break our project on future checkouts.

Bradshaw commented 3 years ago

Note: I bumped the minor version since this version adds new features but does not break the previous API