aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-07-26 13:11:11 +0200
committerChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-07-26 13:11:11 +0200
commitd92871b3a32ec52987dcb48d3423881e4e2dc94e (patch)
treeaf350befc7570bdb92d53075b14d00daeffcd7a7
parentAdd missing parens (diff)
release 1.0.1v1.0.1
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dae9a59..d94eabf 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ You can add it to your `project.janet` dependency list like so:
:name "my-project"
:dependencies
[{:repo "https://github.com/cosmictoast/janet-date.git"
- :tag "v1.0.0"}]
+ :tag "v1.0.1"}]
# ...
```