Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
FreekBes committed Dec 1, 2021
1 parent f6cb88e commit 707fd7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest-ff.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_appName__",
"short_name": "__MSG_shortAppName__",
"version": "2.0.2",
"version": "2.1.0",
"description": "__MSG_appDesc__",
"default_locale": "en",
"icons": {
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"manifest_version": 3,
"name": "__MSG_appName__",
"short_name": "__MSG_shortAppName__",
"version": "2.0.2",
"version_name": "2.0.2",
"version": "2.1.0",
"version_name": "2.1.0",
"description": "__MSG_appDesc__",
"default_locale": "en",
"icons": {
Expand Down
3 changes: 1 addition & 2 deletions options/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* By: fbes <[email protected]> +#+ */
/* +#+ */
/* Created: 2021/11/28 02:23:39 by fbes #+# #+# */
/* Updated: 2021/12/01 20:32:41 by fbes ######## odam.nl */
/* Updated: 2021/12/01 22:09:07 by fbes ######## odam.nl */
/* */
/* ************************************************************************** */

Expand Down Expand Up @@ -100,7 +100,6 @@ function syncSettings(event) {
formData.append("refresh_token", data["auth"]["refresh_token"]);
var req = new XMLHttpRequest();
req.open("POST", "https://darkintra.freekb.es/update.php?v=1");
req.setRequestHeader('Content-type', 'application/x-www-form-urlencoded');
req.addEventListener("load", function(event) {
syncBtn.className = "";
try {
Expand Down

0 comments on commit 707fd7c

Please sign in to comment.