Skip to content

Commit 6f5e765

Browse files
authored
Merge pull request #7 from pauldevine/version_bump
bumping version number
2 parents 15e0584 + 4ef566d commit 6f5e765

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.travis.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ notifications:
44
55
language: node_js
66
node_js:
7-
- "0.10"
8-
- "0.12"
9-
- "iojs"
10-
- "4.0"
7+
- "7"
8+
- "6.6"
9+
- "6"
10+
- "5"
11+
- "4"
1112
services:
1213
- redis-server

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Evan Tahler <[email protected]>",
33
"name": "node-queue-bus",
44
"description": "an implementation of queuebus in node",
5-
"version": "0.2.0",
5+
"version": "0.2.1",
66
"homepage": "http://github.com/queue-bus/node-queue-bus",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)