diff --git a/Gemfile.lock b/Gemfile.lock index 50cd211..44a6389 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - tiptap-ruby (0.9.4) + tiptap-ruby (0.9.5) actionview (>= 6.0) activesupport (>= 6.0) diff --git a/lib/tip_tap/version.rb b/lib/tip_tap/version.rb index 51791eb..8619f03 100644 --- a/lib/tip_tap/version.rb +++ b/lib/tip_tap/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module TipTap - VERSION = "0.9.4" + VERSION = "0.9.5" end