diff --git a/shard.yml b/shard.yml index 523b3b4..87564c5 100644 --- a/shard.yml +++ b/shard.yml @@ -1,11 +1,11 @@ name: liquid -version: 0.3.3 +version: 0.3.4 authors: - Arnaud Fernandés -crystal: 0.35.0 +crystal: 0.35.1 license: MIT diff --git a/src/liquid/version.cr b/src/liquid/version.cr index c01f324..15e2649 100644 --- a/src/liquid/version.cr +++ b/src/liquid/version.cr @@ -1,3 +1,3 @@ module Liquid - VERSION = "0.3.3" + VERSION = "0.3.4" end