From 33fbf185e9c42cd18aa2234af60cd918f9540eba Mon Sep 17 00:00:00 2001 From: Marvin Ahlgrimm Date: Wed, 17 Jul 2024 15:44:13 +0200 Subject: [PATCH] Prepare release --- shard.yml | 2 +- src/marten_turbo.cr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shard.yml b/shard.yml index 7c22297..4d647d5 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: marten_turbo -version: 0.2.0 +version: 0.2.1 dependencies: marten: diff --git a/src/marten_turbo.cr b/src/marten_turbo.cr index e0cf177..ac66c72 100644 --- a/src/marten_turbo.cr +++ b/src/marten_turbo.cr @@ -1,6 +1,6 @@ require "./marten_turbo/app" module MartenTurbo - VERSION = "0.2.0" + VERSION = "0.2.1" TURBO_CONTENT_TYPE = "text/vnd.turbo-stream.html" end