Skip to content

Commit

Permalink
Updated to v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kapil2704 committed Jun 1, 2021
1 parent 1bf1143 commit 74c7e37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/froala-editor-sdk/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module FroalaEditorSDK
module Version
Major = 3
Minor = 2
Tiny = 7
Major = 4
Minor = 0
Tiny = 0

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

0 comments on commit 74c7e37

Please sign in to comment.