1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-05-05 18:15:58 +02:00
This commit is contained in:
Kushagra Gour 2016-07-15 03:42:44 +05:30
parent ea7a9428e4
commit 2bfd729371
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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);