Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
w8tcha committed May 30, 2019
1 parent 8f749f0 commit f23cd04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ckeditor-wordcount-plugin",
"version": "1.17.4",
"version": "1.17.6",
"author": "w8tcha",
"description": "WordCount Plugin for CKEditor Editor",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion wordcount/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
CKEDITOR.plugins.add("wordcount",
{
lang: "ar,bg,ca,cs,da,de,el,en,es,eu,fa,fi,fr,he,hr,hu,it,ko,ja,nl,no,pl,pt,pt-br,ru,sk,sv,tr,uk,zh-cn,zh,ro", // %REMOVE_LINE_CORE%
version: "1.17.5",
version: "1.17.6",
requires: 'htmlwriter,notification,undo',
bbcodePluginLoaded: false,
onLoad: function() {
Expand Down

0 comments on commit f23cd04

Please sign in to comment.