Skip to content

Commit

Permalink
Now uses NodeJS 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engelgabriel committed Dec 13, 2016
1 parent 912e3c3 commit 619ce0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .snapcraft/edge/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apps:
parts:
node:
plugin: nodejs
node-engine: 4.6.2
node-engine: 4.7.0
node-packages:
- promise
- fibers
Expand Down
2 changes: 1 addition & 1 deletion .snapcraft/stable/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apps:
parts:
node:
plugin: nodejs
node-engine: 4.6.2
node-engine: 4.7.0
node-packages:
- promise
- fibers
Expand Down
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# History

## 0.48.1, 2016-Dec-13
## 0.48.1, 2016-Dec-13 - Now uses NodeJS 4.7.0

- Fix integration payload JSON.parse

Expand Down

0 comments on commit 619ce0f

Please sign in to comment.