From 88ea3e47b527a176df41326b64cf4df0eaac0039 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Mon, 13 May 2024 15:12:35 +1000 Subject: [PATCH] chore: v.1.1.1 --- serde.nimble | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/serde.nimble b/serde.nimble index 5c3dcf0..2284a7e 100644 --- a/serde.nimble +++ b/serde.nimble @@ -1,11 +1,11 @@ # Package -version = "1.1.0" -author = "nim-serde authors" -description = "Easy-to-use serialization capabilities (currently json only), with a drop-in replacement for std/json." -license = "MIT" -skipDirs = @["tests"] - +version = "1.1.1" +author = "nim-serde authors" +description = + "Easy-to-use serialization capabilities (currently json only)." +license = "MIT" +skipDirs = @["tests"] # Dependencies requires "nim >= 1.6.14"