This commit is contained in:
Rockwell Schrock
2025-12-08 14:33:16 -05:00
parent 6df3823df0
commit 50a2f807e8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module TRMNL
module Liquid
VERSION = "0.3.0"
VERSION = "0.4.0"
end
end