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