Skip to content

Commit 3f07aa1

Browse files
committed
v6.0.3
1 parent 5dcddfa commit 3f07aa1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

kubernetes/socketcluster-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
spec:
1212
containers:
1313
- name: socketcluster
14-
image: socketcluster/socketcluster:v6.0.2
14+
image: socketcluster/socketcluster:v6.0.3
1515
ports:
1616
- containerPort: 8000
1717
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "socketcluster",
33
"description": "SocketCluster - A Highly parallelized WebSocket server cluster to make the most of multi-core machines/instances.",
4-
"version": "6.0.2",
4+
"version": "6.0.3",
55
"homepage": "http://socketcluster.io",
66
"contributors": [
77
{

sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"sc-framework-health-check": "~1.0.0",
1818
"sc-hot-reboot": "~1.0.0",
1919
"serve-static": "1.11.2",
20-
"socketcluster": "~6.0.2",
20+
"socketcluster": "~6.0.3",
2121
"socketcluster-client": "~5.5.2"
2222
},
2323
"keywords": [

0 commit comments

Comments
 (0)