diff --git a/serde.nimble b/serde.nimble index cafc2d5..f34c19f 100644 --- a/serde.nimble +++ b/serde.nimble @@ -1,6 +1,6 @@ # Package -version = "0.1.2" +version = "1.0.0" author = "nim-serde authors" description = "Easy-to-use serialization capabilities (currently json only), with a drop-in replacement for std/json." license = "MIT"