Skip to content

Commit c40bcd3

Browse files
author
Hector Virgen
committed
Prepare for 0.1.9 release
1 parent 5f8a8d8 commit c40bcd3

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

api-angular-min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api-angular.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@
121121
this._http.post({
122122
body: body,
123123
url: this._endpoint + "?" + queryString,
124-
cookies: this._options.cookies
124+
cookies: this._options.cookies,
125+
clientId: this._options.clientId
125126
})
126127
.then(parseResponseBody)
127128
.then(resolveQueue.bind(this, this._queue))

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tagged-api-client",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"authors": [
55
"Hector Virgen <hvirgen@tagged.com>"
66
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tagged-api",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "API client for Tagged with support for nodejs and angularjs",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)