diff options
| author | 2025-01-19 10:04:44 +0100 | |
|---|---|---|
| committer | 2025-01-19 10:04:44 +0100 | |
| commit | f31ae0189e2f1ef577d00ed70395746364c3082f (patch) | |
| tree | 382287034bad0c1c8e71312b8c2c281a2d5e82eb | |
| parent | fix executable detection (diff) | |
prepare 1.4.3 releasev1.4.3
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | project.janet | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -23,7 +23,7 @@ You can add it to your `project.janet` dependency list like so: :name "my-project" :dependencies [{:repo "https://github.com/cosmictoast/jurl.git" - :tag "v1.4.2"}] + :tag "v1.4.3"}] ``` `jurl` is also available in the `jpm` package list. diff --git a/project.janet b/project.janet index 92a73b7..9c0286b 100644 --- a/project.janet +++ b/project.janet @@ -1,7 +1,7 @@ (declare-project :name "jurl" :description "Janet cUrl" - :author "Chloe Kudryavtsev <toast@bunkerlabs.net>" + :author "Chloé VULQUIN <toast@bunkerlabs.net>" :license "Unlicense" :repo "https://github.com/CosmicToast/jurl.git" :dependencies ["spork"]) |
