Skip to content

Commit 99908f9

Browse files
authored
Merge pull request #45 from blocknotes/chore/bump-to-version-1.2.0
chore: bump to version 1.2.0
2 parents 4629ac4 + 9389f9e commit 99908f9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

gemfiles/rails61_activeadmin.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_quill_editor (1.1.0)
4+
activeadmin_quill_editor (1.2.0)
55
activeadmin (>= 2.9, < 4)
66

77
GEM

gemfiles/rails61_activeadmin29.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_quill_editor (1.1.0)
4+
activeadmin_quill_editor (1.2.0)
55
activeadmin (>= 2.9, < 4)
66

77
GEM

gemfiles/rails70_activeadmin.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_quill_editor (1.1.0)
4+
activeadmin_quill_editor (1.2.0)
55
activeadmin (>= 2.9, < 4)
66

77
GEM

gemfiles/rails71_activeadmin.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_quill_editor (1.1.0)
4+
activeadmin_quill_editor (1.2.0)
55
activeadmin (>= 2.9, < 4)
66

77
GEM

lib/activeadmin/quill_editor/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module ActiveAdmin
44
module QuillEditor
5-
VERSION = '1.1.0'
5+
VERSION = '1.2.0'
66
QUILL_VERSION = '1.3.7'
77
end
88
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "activeadmin_quill_editor",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Quill Editor for ActiveAdmin",
55
"author": "Mattia Roccoberton <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)