Skip to content

Commit a80b25b

Browse files
committed
v6.1.1
1 parent 87aa49e commit a80b25b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = {
88
},
99
worker: {
1010
imageName: 'socketcluster/asyngular',
11-
versionTag: 'v6.1.0',
11+
versionTag: 'v6.1.1',
1212
internalContainerPort: 8000
1313
},
1414
broker: {

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agc-integration-tests",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"description": "Integration tests for AGC",
55
"main": "index.js",
66
"scripts": {
@@ -24,7 +24,7 @@
2424
},
2525
"homepage": "https://github.com/SocketCluster/agc-integration-tests#readme",
2626
"dependencies": {
27-
"agc-broker-client": "^6.1.0",
27+
"agc-broker-client": "^6.1.1",
2828
"asyngular-client": "^6.2.0",
2929
"minimist": "^1.2.0",
3030
"mocha": "^5.0.4",

0 commit comments

Comments
 (0)