Comparing version 0.6.1 to 0.6.2
{ | ||
"name": "grex", | ||
"description": "Client for Rexster Graph Server", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "database", |
@@ -80,3 +80,3 @@ /*jslint node: true */ | ||
headers: { | ||
'Content-type': 'application/json' | ||
'Content-type': 'application/json;charset=utf-8' | ||
} | ||
@@ -83,0 +83,0 @@ }; |
749555