From 50a2f807e8e045d91ed9ececc6dcabb18e0f4e2d Mon Sep 17 00:00:00 2001 From: Rockwell Schrock Date: Mon, 8 Dec 2025 14:33:16 -0500 Subject: [PATCH] v0.4.0 --- 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 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