Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
fonini committed Mar 31, 2021
1 parent b5c7a73 commit 2764f9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ckeditor-youtube-plugin",
"version": "2.1.15",
"version": "2.1.16",
"homepage": "https://github.com/fonini/ckeditor-youtube-plugin",
"authors": [
"Jonnas Fonini"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ckeditor-youtube-plugin",
"description": "Youtube plugin for CKEditor",
"version": "2.1.15",
"version": "2.1.16",
"author": "fonini",
"repository": {
"type": "git",
Expand All @@ -19,4 +19,4 @@
"bower.json",
"package.json"
]
}
}
2 changes: 1 addition & 1 deletion youtube/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Youtube Embed Plugin
*
* @author Jonnas Fonini <[email protected]>
* @version 2.1.15
* @version 2.1.16
*/
(function () {
CKEDITOR.plugins.add('youtube', {
Expand Down

0 comments on commit 2764f9c

Please sign in to comment.