diff --git a/Gemfile.lock b/Gemfile.lock index 5fd7405..541a785 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GIT PATH remote: . specs: - trmnl-liquid (0.3.0) + trmnl-liquid (0.4.0) base64 liquid (~> 5.6) redcarpet (~> 3.6) diff --git a/lib/trmnl/liquid/version.rb b/lib/trmnl/liquid/version.rb index b234e07..d662721 100644 --- a/lib/trmnl/liquid/version.rb +++ b/lib/trmnl/liquid/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module TRMNL module Liquid - VERSION = "0.3.0" + VERSION = "0.4.0" end end