Merge pull request #57 from ONLYOFFICE/hotfix/v4.2.7

version up
This commit is contained in:
Alexey Golubev 2017-02-01 12:27:34 +03:00 committed by GitHub
commit 6536323937

View file

@ -558,7 +558,7 @@
};
DocsAPI.DocEditor.version = function() {
return '4.2.4';
return '4.2.7';
};
MessageDispatcher = function(fn, scope) {