Skip to content

Commit

Permalink
v5.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jondubois committed Jun 17, 2017
1 parent 7b657b0 commit 0f4889b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kubernetes/socketcluster-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
spec:
containers:
- name: socketcluster
image: socketcluster/socketcluster:v5.11.0
image: socketcluster/socketcluster:v5.15.0
ports:
- containerPort: 8000
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "socketcluster",
"description": "SocketCluster - A Highly parallelized WebSocket server cluster to make the most of multi-core machines/instances.",
"version": "5.14.2",
"version": "5.15.0",
"homepage": "http://socketcluster.io",
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"sc-framework-health-check": "~1.0.0",
"sc-hot-reboot": "~1.0.0",
"serve-static": "1.11.2",
"socketcluster": "~5.14.2",
"socketcluster": "~5.15.0",
"socketcluster-client": "~5.5.1"
},
"keywords": [
Expand Down

0 comments on commit 0f4889b

Please sign in to comment.