From bcb39be5749f605b7e8e9ef4a8e996257cd1676a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Mockers?= Date: Sun, 24 May 2020 00:17:39 +0200 Subject: [PATCH] :bookmark: release 0.3.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b3dc7b3..046c5fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hocon" -version = "0.3.3" +version = "0.3.4" authors = ["François Mockers "] edition = "2018" description = "Reads HOCON configuration files"