aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChloƩ Vulquin <code@toast.bunkerlabs.net>2024-03-09 20:35:32 +0100
committerChloƩ Vulquin <code@toast.bunkerlabs.net>2024-03-09 20:35:32 +0100
commitde4cd2cb1b13eea71592b066406fa68656c38573 (patch)
tree14d057cd5a6780bc5166d13acdfa1e8cade2def4
parentfix build failure caused by GNU (diff)
release 1.0.2HEADv1.0.2main
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d94eabf..709a97e 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.1"}]
+ :tag "v1.0.2"}]
# ...
```