This commit is contained in:
Rockwell Schrock
2025-08-20 13:48:22 -04:00
parent 215dfd330f
commit 6cb855e2fb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -2,6 +2,6 @@
# frozen_string_literal: true
module TRMNL
module Liquid
VERSION = "0.2.0"
VERSION = "0.2.1"
end
end