Skip to content

Commit

Permalink
Merge pull request #51 Version 1.1.1
Browse files Browse the repository at this point in the history
Version 1.1.1
  • Loading branch information
robsonbittencourt authored May 27, 2017
2 parents b506bc4 + 0e80cb0 commit cb56861
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: required
language: node_js

node_js:
- 7.7.2
- 7.10.0

services:
- docker
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:7.1.0-alpine
FROM node:7.10.0-alpine

RUN apk add --update bash curl && rm -rf /var/cache/apk/*

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hubot.js",
"version": "1.1.0",
"version": "1.1.1",
"description": "A small robot written in Javascript (He does not like coffeescript)",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"i18next": "^7.1.0",
"i18next-sync-fs-backend": "^0.1.0",
"gear-help": "^2.1.0",
"gear-jenkins": "^2.1.0"
"gear-jenkins": "^2.1.1"
},
"devDependencies": {
"chai": "^3.5.0",
Expand Down

0 comments on commit cb56861

Please sign in to comment.