From 6cb855e2fbc9d0e7f35c0a33f463c598dfd92eb7 Mon Sep 17 00:00:00 2001 From: Rockwell Schrock Date: Wed, 20 Aug 2025 13:45:01 -0400 Subject: [PATCH] v0.2.1 --- Gemfile.lock | 2 +- lib/trmnl/liquid/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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