diff --git a/Gemfile.lock b/Gemfile.lock index 1422833..a77ce69 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GIT PATH remote: . specs: - trmnl-liquid (0.2.0) + trmnl-liquid (0.2.1) actionview (~> 8.0) liquid (~> 5.6) redcarpet (~> 3.6) diff --git a/lib/trmnl/liquid/version.rb b/lib/trmnl/liquid/version.rb index 8d787ab..3105099 100644 --- a/lib/trmnl/liquid/version.rb +++ b/lib/trmnl/liquid/version.rb @@ -2,6 +2,6 @@ # frozen_string_literal: true module TRMNL module Liquid - VERSION = "0.2.0" + VERSION = "0.2.1" end end