Skip to content

Commit

Permalink
bump version to 1.18.5
Browse files Browse the repository at this point in the history
  • Loading branch information
w8tcha committed Jun 10, 2022
1 parent 77268f8 commit 8e19b3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ckeditor-codemirror-plugin",
"homepage": "http://w8tcha.github.io/CKEditor-CodeMirror-Plugin/",
"version": "1.18.2",
"version": "1.18.5",
"authors": [
"Ingo Herbote"
],
Expand Down
2 changes: 1 addition & 1 deletion codemirror/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
(function() {
CKEDITOR.plugins.add("codemirror", {
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%
version: "1.18.4",
version: "1.18.5",
init: function (editor) {
var command = editor.addCommand("codemirrorAbout", new CKEDITOR.dialogCommand("codemirrorAboutDialog"));
command.modes = { wysiwyg: 1, source: 1 };
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ckeditor-codemirror-plugin",
"version": "1.18.2",
"version": "1.18.5",
"author": "w8tcha",
"description": "Syntax Highlighting for the CKEditor (Source View and Source Dialog) with the CodeMirror Plugin.",
"repository": {
Expand Down

0 comments on commit 8e19b3d

Please sign in to comment.