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