Skip to content

Commit

Permalink
v14.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jondubois committed Aug 21, 2018
1 parent e4a5a44 commit 5b0ead6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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:v14.1.0
image: socketcluster/socketcluster:v14.1.1
ports:
- containerPort: 8000
env:
Expand Down
8 changes: 4 additions & 4 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": "14.1.0",
"version": "14.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-slim

LABEL maintainer="Jonathan Gros-Dubois"
LABEL version="14.1.0"
LABEL version="14.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": "^6.0.1",
"serve-static": "1.13.2",
"socketcluster": "^14.1.0",
"socketcluster": "^14.1.1",
"socketcluster-client": "^14.0.0"
},
"keywords": [
Expand Down

0 comments on commit 5b0ead6

Please sign in to comment.