bump version
This commit is contained in:
parent
40054902e9
commit
a7774c26fb
|
@ -119,7 +119,8 @@ global API_METHODS
|
||||||
if (md5 === style.originalMd5 && style.originalDigest && !ignoreDigest) {
|
if (md5 === style.originalMd5 && style.originalDigest && !ignoreDigest) {
|
||||||
return Promise.reject(STATES.SAME_MD5);
|
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));
|
.then(text => tryJSONparse(text));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Stylus",
|
"name": "Stylus",
|
||||||
"version": "1.3.7",
|
"version": "1.3.8",
|
||||||
"minimum_chrome_version": "49",
|
"minimum_chrome_version": "49",
|
||||||
"description": "__MSG_description__",
|
"description": "__MSG_description__",
|
||||||
"homepage_url": "https://add0n.com/stylus.html",
|
"homepage_url": "https://add0n.com/stylus.html",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user