Skip to content

Commit 1b6b815

Browse files
committed
v6.1.0
1 parent 3f07aa1 commit 1b6b815

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ If you would like to contribute to the SocketCluster project financially, you ca
173173

174174
## Change log
175175

176-
**23 September 2016** (v5.0.15)
176+
See GitHub releases for changes.
177177

178178
### Custom Codecs
179179

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.3
14+
image: socketcluster/socketcluster:v6.1.0
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": "6.0.3",
4+
"version": "6.1.0",
55
"homepage": "http://socketcluster.io",
66
"contributors": [
77
{
@@ -24,7 +24,7 @@
2424
"sc-domain": "~1.0.1",
2525
"sc-emitter": "~1.1.0",
2626
"sc-errors": "~1.3.0",
27-
"socketcluster-server": "~6.0.0",
27+
"socketcluster-server": "~6.1.0",
2828
"uid-number": "0.0.5",
2929
"uuid": "3.0.1"
3030
},

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.3",
20+
"socketcluster": "~6.1.0",
2121
"socketcluster-client": "~5.5.2"
2222
},
2323
"keywords": [

0 commit comments

Comments
 (0)