Skip to content

Commit

Permalink
v9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jondubois committed Nov 5, 2017
1 parent 1ad8185 commit cecf0a7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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:v9.1.0
image: socketcluster/socketcluster:v9.1.1
ports:
- containerPort: 8000
env:
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "9.1.0",
"version": "9.1.1",
"homepage": "http://socketcluster.io",
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion sample/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:8.4.0-slim

LABEL maintainer="Jonathan Gros-Dubois"
LABEL version="9.1.0"
LABEL version="9.1.1"
LABEL description="Docker file for SocketCluster with support for clustering."

RUN mkdir -p /usr/src/
Expand Down
2 changes: 1 addition & 1 deletion sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"sc-hot-reboot": "~1.0.0",
"scc-broker-client": "~2.0.0",
"serve-static": "1.11.2",
"socketcluster": "~9.1.0",
"socketcluster": "~9.1.1",
"socketcluster-client": "~9.0.0"
},
"keywords": [
Expand Down

0 comments on commit cecf0a7

Please sign in to comment.