Skip to content
This repository was archived by the owner on Aug 1, 2019. It is now read-only.

Commit f216884

Browse files
committed
[ci skip] Automated commit after stage build.
1 parent a58387b commit f216884

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<a name="0.1.1"></a>
2+
## 0.1.1 (2017-01-04)
3+
4+
5+
6+
17
<a name="0.1.1"></a>
28
## 0.1.1 (2016-12-07)
39

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
[![Build Status](https://travis-ci.org/advanced-rest-client/headers-parser-behavior.svg?branch=master)](https://travis-ci.org/advanced-rest-client/headers-parser-behavior)
1+
[![Build Status](https://travis-ci.org/advanced-rest-client/payload-parser-behavior.svg?branch=master)](https://travis-ci.org/advanced-rest-client/payload-parser-behavior)
22

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
"test",
4040
"tasks"
4141
],
42-
"version": "0.1.0"
43-
}
42+
"version": "0.1.1"
43+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "payload-parser-behavior",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"license": "Apache-2.0 OR CC-BY-4.0",
55
"description": "Headers parser behavior to be impplemented with elements that needs to parse headers data",
66
"devDependencies": {
@@ -28,4 +28,4 @@
2828
"bugs": {
2929
"url": "https://github.com/advanced-rest-client/payload-parser-behavior/issues"
3030
}
31-
}
31+
}

0 commit comments

Comments
 (0)