mirror of
https://github.com/chinchang/web-maker.git
synced 2025-05-07 19:15:24 +02:00
1.7.1
This commit is contained in:
parent
507bc1fcfe
commit
1787626eef
@ -473,7 +473,7 @@
|
|||||||
|
|
||||||
<div class="modal" id="js-help-modal">
|
<div class="modal" id="js-help-modal">
|
||||||
<div class="modal__content">
|
<div class="modal__content">
|
||||||
<h1>Web Maker<small style="font-size:14px;"> v1.7.0</small></h1>
|
<h1>Web Maker<small style="font-size:14px;"> v1.7.1</small></h1>
|
||||||
<div>
|
<div>
|
||||||
<p>Made by <a href="https://twitter.com/chinchang457" target="_blank">Kushagra Gour</a></p>
|
<p>Made by <a href="https://twitter.com/chinchang457" target="_blank">Kushagra Gour</a></p>
|
||||||
<p>Tweet out your feature requests, comments & suggestions to <a href="https://twitter.com/chinchang457">@chinchang457</a>.</p>
|
<p>Tweet out your feature requests, comments & suggestions to <a href="https://twitter.com/chinchang457">@chinchang457</a>.</p>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Web Maker",
|
"name": "Web Maker",
|
||||||
"version": "1.7.0",
|
"version": "1.7.1",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"description": "Convert new tabs into an offline playground for your web experiments",
|
"description": "Convert new tabs into an offline playground for your web experiments",
|
||||||
"homepage_url": "https://kushagragour.in/lab/web-maker",
|
"homepage_url": "https://kushagragour.in/lab/web-maker",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
/* eslint-enable no-extra-semi */
|
/* eslint-enable no-extra-semi */
|
||||||
var editur = window.editur || {};
|
var editur = window.editur || {};
|
||||||
var version = '1.7.0';
|
var version = '1.7.1';
|
||||||
|
|
||||||
window.$ = document.querySelector.bind(document);
|
window.$ = document.querySelector.bind(document);
|
||||||
window.$all = document.querySelectorAll.bind(document);
|
window.$all = document.querySelectorAll.bind(document);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user