chore: v.1.1.1 (#17)

This commit is contained in:
Eric 2024-05-13 15:15:46 +10:00 committed by GitHub
parent 419d48c8d3
commit 414a23b52f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"