Skip to content

Commit 9ec2e1c

Browse files
committed
Bump version to 1.0.0
1 parent 206cba4 commit 9ec2e1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ assert o.s == "hello world"
3030

3131
Add the following to your `.nimble` file:
3232
```
33-
requires "https://github.com/tanelso2/yanyl >= 0.0.4"
33+
requires "yanyl"
3434
```
3535

3636
# Usage

yanyl.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Package
22
# Yet Another Nim Yaml Library
33
# YANYL
4-
version = "0.0.4"
4+
version = "1.0.0"
55
author = "Thomas Nelson"
66
description = "A library for working with YAML in Nim"
77
license = "Unlicense"

0 commit comments

Comments
 (0)