bump version

This commit is contained in:
tophf 2018-03-13 17:24:10 +03:00
parent 40054902e9
commit a7774c26fb
2 changed files with 3 additions and 2 deletions

View File

@ -119,7 +119,8 @@ global API_METHODS
if (md5 === style.originalMd5 && style.originalDigest && !ignoreDigest) {
return Promise.reject(STATES.SAME_MD5);
}
return download(style.updateUrl)
// USO can't handle POST requests for style json
return download(style.updateUrl, {body: null})
.then(text => tryJSONparse(text));
});
}

View File

@ -1,6 +1,6 @@
{
"name": "Stylus",
"version": "1.3.7",
"version": "1.3.8",
"minimum_chrome_version": "49",
"description": "__MSG_description__",
"homepage_url": "https://add0n.com/stylus.html",