Skip to content

Commit 39b9772

Browse files
committed
v8.0.1
1 parent f59b4b1 commit 39b9772

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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:v8.0.0
14+
image: socketcluster/socketcluster:v8.0.1
1515
ports:
1616
- containerPort: 8000
1717
env:

package.json

Lines changed: 2 additions & 2 deletions
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": "8.0.0",
4+
"version": "8.0.1",
55
"homepage": "http://socketcluster.io",
66
"contributors": [
77
{
@@ -39,6 +39,6 @@
3939
"license": "MIT",
4040
"readmeFilename": "README.md",
4141
"devDependencies": {
42-
"socketcluster-client": "~8.0.0"
42+
"socketcluster-client": "~8.0.1"
4343
}
4444
}

sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"scc-broker-client": "~1.5.0",
2020
"serve-static": "1.11.2",
2121
"socketcluster": "~8.0.0",
22-
"socketcluster-client": "~8.0.0"
22+
"socketcluster-client": "~8.0.1"
2323
},
2424
"keywords": [
2525
"websocket",

0 commit comments

Comments
 (0)