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

bump to 2.8.1

This commit is contained in:
Kushagra Gour
2017-09-01 10:07:49 +05:30
parent 004ca68806
commit 83e28635d0
5 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.8.0';
var version = '2.8.1';
if (window.DEBUG) {
window.scope = scope;