From 0c8e43204a41d3fc9b65887e655db286cac0f4d1 Mon Sep 17 00:00:00 2001 From: Andy Davidoff Date: Fri, 9 Jul 2021 00:14:28 -0400 Subject: [PATCH] 2.0.0 --- frosty.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frosty.nimble b/frosty.nimble index 47dd355..df8492e 100644 --- a/frosty.nimble +++ b/frosty.nimble @@ -1,4 +1,4 @@ -version = "1.0.0" +version = "2.0.0" author = "disruptek" description = "serialize native Nim types to strings, streams, or sockets" license = "MIT"