1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-13 10:06:23 +02:00

bump to 2.9.0

This commit is contained in:
Kushagra Gour
2017-09-17 02:42:14 +05:30
parent 392b8ce159
commit 617da3716b
4 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ globalConsoleContainerEl
(function(alertsService) {
/* eslint-enable no-extra-semi */
var scope = scope || {};
var version = '2.8.1';
var version = '2.9.0';
if (window.DEBUG) {
window.scope = scope;