Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bloemendaal committed Apr 18, 2019
1 parent e21a405 commit 3629074
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extension/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(function() {
'use strict';

var version = 1.59;
var version = 1.60;
var tab = false;
var hidenav = false;
var lang = 0;
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"author": "Casper Bloemendaal",
"version": "1.5.9",
"version": "1.6.0",
"icons": {
"16": "icon/icon16.png",
"48": "icon/icon48.png",
Expand Down
4 changes: 2 additions & 2 deletions userscript/MDELO.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// @downloadURL https://github.com/Bloemendaal/Windesheim-ELO/raw/master/userscript/MDELO.user.js
// @updateURL https://github.com/Bloemendaal/Windesheim-ELO/raw/master/userscript/MDELO.user.js
// @supportURL https://github.com/Bloemendaal/Windesheim-ELO/issues
// @version 1.5.9
// @version 1.6.0

// @match https://elo.windesheim.nl/*
// @grant none
Expand All @@ -21,7 +21,7 @@
(function() {
'use strict';

var version = 1.59;
var version = 1.60;
var tab = false;
var hidenav = false;
var lang = 0;
Expand Down

0 comments on commit 3629074

Please sign in to comment.