Skip to content

Commit 8e19b3d

Browse files
committed
bump version to 1.18.5
1 parent 77268f8 commit 8e19b3d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ckeditor-codemirror-plugin",
33
"homepage": "http://w8tcha.github.io/CKEditor-CodeMirror-Plugin/",
4-
"version": "1.18.2",
4+
"version": "1.18.5",
55
"authors": [
66
"Ingo Herbote"
77
],

codemirror/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
(function() {
1010
CKEDITOR.plugins.add("codemirror", {
1111
lang: "af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en-au,en-ca,en-gb,en,eo,es,et,eu,fa,fi,fo,fr-ca,fr,gl,gu,he,hi,hr,hu,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt-br,pt,ro,ru,sk,sl,sr-latn,sr,sv,th,tr,ug,uk,vi,zh-cn,zh", // %REMOVE_LINE_CORE%
12-
version: "1.18.4",
12+
version: "1.18.5",
1313
init: function (editor) {
1414
var command = editor.addCommand("codemirrorAbout", new CKEDITOR.dialogCommand("codemirrorAboutDialog"));
1515
command.modes = { wysiwyg: 1, source: 1 };

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ckeditor-codemirror-plugin",
3-
"version": "1.18.2",
3+
"version": "1.18.5",
44
"author": "w8tcha",
55
"description": "Syntax Highlighting for the CKEditor (Source View and Source Dialog) with the CodeMirror Plugin.",
66
"repository": {

0 commit comments

Comments
 (0)