Skip to content

Commit 89d0295

Browse files
committed
chore: new build
1 parent 981209b commit 89d0295

5 files changed

+10
-10
lines changed

dist/vue2-editor.common.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* vue2-editor v2.9.0
2+
* vue2-editor v2.9.1
33
* (c) 2019 David Royer
44
* Released under the MIT License.
55
*/
@@ -892,7 +892,7 @@ var __vue_staticRenderFns__ = [];
892892
undefined
893893
);
894894

895-
var version = "2.9.0"; // Declare install function executed by Vue.use()
895+
var version = "2.9.1"; // Declare install function executed by Vue.use()
896896

897897
function install(Vue) {
898898
if (install.installed) return;

dist/vue2-editor.core.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* vue2-editor v2.9.0
2+
* vue2-editor v2.9.1
33
* (c) 2019 David Royer
44
* Released under the MIT License.
55
*/
@@ -836,7 +836,7 @@
836836
undefined
837837
);
838838

839-
var version = "2.9.0"; // Declare install function executed by Vue.use()
839+
var version = "2.9.1"; // Declare install function executed by Vue.use()
840840

841841
function install(Vue) {
842842
if (install.installed) return;

dist/vue2-editor.esm.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* vue2-editor v2.9.0
2+
* vue2-editor v2.9.1
33
* (c) 2019 David Royer
44
* Released under the MIT License.
55
*/
@@ -887,7 +887,7 @@ var __vue_staticRenderFns__ = [];
887887
undefined
888888
);
889889

890-
var version = "2.9.0"; // Declare install function executed by Vue.use()
890+
var version = "2.9.1"; // Declare install function executed by Vue.use()
891891

892892
function install(Vue) {
893893
if (install.installed) return;

dist/vue2-editor.umd.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* vue2-editor v2.9.0
2+
* vue2-editor v2.9.1
33
* (c) 2019 David Royer
44
* Released under the MIT License.
55
*/
@@ -892,7 +892,7 @@
892892
undefined
893893
);
894894

895-
var version = "2.9.0"; // Declare install function executed by Vue.use()
895+
var version = "2.9.1"; // Declare install function executed by Vue.use()
896896

897897
function install(Vue) {
898898
if (install.installed) return;

dist/vue2-editor.umd.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)