We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11c792 commit d361d0dCopy full SHA for d361d0d
.github/workflows/docker-build.yml
@@ -36,4 +36,4 @@ jobs:
36
push: true
37
platforms: linux/amd64
38
# tags: cdnbye/cbsignal_uws:latest
39
- tags: cdnbye/cbsignal_uws:5.5.1
+ tags: cdnbye/cbsignal_uws:5.5.2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cbsignal_uws",
3
- "version": "5.5.1",
+ "version": "5.5.2",
4
"description": "SwarmCloud signaling server using uWebSockets.js",
5
"main": "index.js",
6
"bin": "index.js",
0 commit comments