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

bump to 2.8.0

This commit is contained in:
Kushagra Gour
2017-07-16 12:25:10 +05:30
parent f60e864bb2
commit 519f1d66b2
4 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ customEditorFontInput
(function(alertsService) {
/* eslint-enable no-extra-semi */
var scope = scope || {};
var version = '2.7.2';
var version = '2.8.0';
if (window.DEBUG) {
window.scope = scope;