We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 206cba4 commit 9ec2e1cCopy full SHA for 9ec2e1c
README.md
@@ -30,7 +30,7 @@ assert o.s == "hello world"
30
31
Add the following to your `.nimble` file:
32
```
33
-requires "https://github.com/tanelso2/yanyl >= 0.0.4"
+requires "yanyl"
34
35
36
# Usage
yanyl.nimble
@@ -1,7 +1,7 @@
1
# Package
2
# Yet Another Nim Yaml Library
3
# YANYL
4
-version = "0.0.4"
+version = "1.0.0"
5
author = "Thomas Nelson"
6
description = "A library for working with YAML in Nim"
7
license = "Unlicense"
0 commit comments