1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-13 18:16:19 +02:00

bump to 2.7.1

This commit is contained in:
Kushagra Gour
2017-06-10 17:23:35 +05:30
parent f4efa81ad9
commit 64186c50ba
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ runBtn, searchInput, consoleEl, consoleLogEl, logCountEl, fontStyleTag, fontStyl
/* eslint-enable no-extra-semi */
var scope = scope || {};
var version = '2.7.0';
var version = '2.7.1';
if (window.DEBUG) {
window.scope = scope;