Skip to content

Commit 23eef6c

Browse files
committed
Bump version to 2.0.0
1 parent f450142 commit 23eef6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can also switch to "source" view and edit HTML manually if the visual editor
1919
Simply put this in the Gemfile of your Refinery application:
2020

2121
```ruby
22-
gem 'refinerycms-wymeditor', ['~> 1.0', '>= 1.0.7']
22+
gem 'refinerycms-wymeditor', ['~> 2.0', '>= 2.0.0']
2323
```
2424

2525
Now, run `bundle install`

refinerycms-wymeditor.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Gem::Specification.new do |s|
33
s.platform = Gem::Platform::RUBY
44
s.name = %q{refinerycms-wymeditor}
5-
s.version = '1.1.0'
5+
s.version = '2.0.0'
66
s.summary = %q{WYMeditor support for Refinery CMS}
77
s.description = %q{This extension adds WYMeditor support to Refinery CMS for visual editing.}
88
s.email = %q{gems@p.arndt.io}

0 commit comments

Comments
 (0)