Skip to content

Commit

Permalink
Prepare for 0.1.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hector Virgen committed Feb 2, 2015
1 parent 5f8a8d8 commit c40bcd3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api-angular-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion api-angular.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@
this._http.post({
body: body,
url: this._endpoint + "?" + queryString,
cookies: this._options.cookies
cookies: this._options.cookies,
clientId: this._options.clientId
})
.then(parseResponseBody)
.then(resolveQueue.bind(this, this._queue))
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tagged-api-client",
"version": "0.1.8",
"version": "0.1.9",
"authors": [
"Hector Virgen <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tagged-api",
"version": "0.1.8",
"version": "0.1.9",
"description": "API client for Tagged with support for nodejs and angularjs",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit c40bcd3

Please sign in to comment.