Skip to content

Commit bf7dfd9

Browse files
committed
Bump to 0.5.2
1 parent 3a0ae9f commit bf7dfd9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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-
marksmith (0.5.1)
4+
marksmith (0.5.2)
55
activesupport
66

77
GEM

lib/marksmith/engine.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def marksmith(*args, **kwargs, &block)
5656
require "marksmith/fields/markdown_field"
5757

5858
ActiveSupport.on_load(:avo_boot) do
59-
Avo.plugin_manager.register :marksmith_field
59+
Avo.plugin_manager.register :marksmith
6060

6161
Avo.plugin_manager.register_field :markdown, Marksmith::Fields::MarkdownField
6262
Avo.plugin_manager.register_field :marksmith, Marksmith::Fields::MarkdownField

lib/marksmith/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Marksmith
2-
VERSION = "0.5.1"
2+
VERSION = "0.5.2"
33
end

0 commit comments

Comments
 (0)