Skip to content

Commit 21dba4a

Browse files
committed
Bump version to 0.5.0
1 parent d5974c0 commit 21dba4a

File tree

2 files changed

+2
-2
lines changed
  • app/assets/javascripts/ckeditor/plugins/cortex_media_insert
  • lib/cortex/plugins/core

2 files changed

+2
-2
lines changed

app/assets/javascripts/ckeditor/plugins/cortex_media_insert/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(function (global) {
1+
(function (global) {
22
'use strict';
33

44
global.CKEDITOR.plugins.add('cortex_media_insert', {

lib/cortex/plugins/core/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Cortex
22
module Plugins
33
module Core
4-
VERSION = '0.4.8'
4+
VERSION = '0.5.0'
55
end
66
end
77
end

0 commit comments

Comments
 (0)