From 9cb03048286532fc9073786c357b029e1053e215 Mon Sep 17 00:00:00 2001 From: Oliver Linnarsson Date: Tue, 2 Jul 2024 17:54:05 +0200 Subject: [PATCH] ops: Version 3.0.2 --- gleam.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gleam.toml b/gleam.toml index a1cea7b..7944199 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "handles" -version = "3.0.1" +version = "3.0.2" description = "Handles is a templating language written in pure Gleam. Heavily inspired by Mustache and Handlebars.js" licences = ["MIT"]