Skip to content

Commit

Permalink
Update to v4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
harasunu-narayan committed Oct 14, 2021
1 parent 722657b commit 53d0743
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 = 5
Tiny = 6

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.5'
gem.add_dependency 'wysiwyg-rails', '~> 4.0.6'
gem.add_dependency 'mini_magick', '~> 4.5'
end

0 comments on commit 53d0743

Please sign in to comment.