Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit a3877ca

Browse files
committed
Merge pull request #62 from apiaryio/pksunkara/release
Loose matching of relation section and v0.19.4
2 parents f9497b8 + 743e61d commit a3877ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ node_js:
44
- "0.11"
55
- "0.10"
66
- "0.8"
7-
- iojs
7+
- "iojs-1"
88
script: "npm install && npm test"
99
before_install:
1010
- git submodule update --init --recursive

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protagonist",
3-
"version": "0.19.3",
3+
"version": "0.19.4",
44
"description": "API Blueprint Parser",
55
"author": "Apiary.io <support@apiary.io>",
66
"main": "./build/Release/protagonist",

0 commit comments

Comments
 (0)