From e4c9fa617c6b87084a88d0ce6317cefc85bfefb8 Mon Sep 17 00:00:00 2001 From: Philip Kristoffersen Date: Mon, 11 Jul 2022 09:20:55 +0200 Subject: [PATCH] Update version to 1.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b3fb2df..82ee1c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "boilr" -version = "1.3.21" +version = "1.4.0" [dependencies] base64 = "^0.13.0"