Skip to content

Commit f6c6063

Browse files
author
Hector Virgen
committed
Prepare for 0.1.11 release.
1 parent 54e2631 commit f6c6063

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
@@ -347,7 +347,8 @@
347347
AngularAdapter.prototype.post = function(req) {
348348
var headers = {
349349
'x-tagged-client-id': req.clientId,
350-
'x-tagged-client-url': this._$window.location
350+
'x-tagged-client-url': this._$window.location,
351+
'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8'
351352
};
352353
return this._$http.post(req.url, req.body, {
353354
timeout: 10000,

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.10",
3+
"version": "0.1.11",
44
"authors": [
55
"Hector Virgen <[email protected]>"
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.10",
3+
"version": "0.1.11",
44
"description": "API client for Tagged with support for nodejs and angularjs",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)