Skip to content

Commit

Permalink
Updated to v4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
harasunu-narayan committed Sep 17, 2021
1 parent f65bd84 commit 722657b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/froala-editor-sdk/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module FroalaEditorSDK
module Version
Major = 4
Minor = 0
Tiny = 4
Tiny = 5

String = "#{Major}.#{Minor}.#{Tiny}"
end
Expand Down
2 changes: 1 addition & 1 deletion wysiwyg-editor-ruby-sdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ Gem::Specification.new do |gem|
gem.version = FroalaEditorSDK::Version::String

gem.add_dependency 'mime-types', '~> 3.1'
gem.add_dependency 'wysiwyg-rails', '~> 4.0.4'
gem.add_dependency 'wysiwyg-rails', '~> 4.0.5'
gem.add_dependency 'mini_magick', '~> 4.5'
end

0 comments on commit 722657b

Please sign in to comment.