mirror of
https://github.com/chinchang/web-maker.git
synced 2025-05-05 18:15:58 +02:00
1.7.0
This commit is contained in:
parent
ea7a9428e4
commit
2bfd729371
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Web Maker",
|
||||
"version": "1.6.0",
|
||||
"version": "1.7.0",
|
||||
"manifest_version": 2,
|
||||
"description": "Convert new tabs into an offline playground for your web experiments",
|
||||
"homepage_url": "https://kushagragour.in/lab/web-maker",
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
/* eslint-enable no-extra-semi */
|
||||
var editur = window.editur || {};
|
||||
var version = '1.6.0';
|
||||
var version = '1.7.0';
|
||||
|
||||
window.$ = document.querySelector.bind(document);
|
||||
window.$all = document.querySelectorAll.bind(document);
|
||||
|
Loading…
x
Reference in New Issue
Block a user