From f31ae0189e2f1ef577d00ed70395746364c3082f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Sun, 19 Jan 2025 10:04:44 +0100 Subject: prepare 1.4.3 release --- README.md | 2 +- project.janet | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1145b6..0e259a7 100644 --- a/README.md +++ b/README.md @@ -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 " + :author "ChloƩ VULQUIN " :license "Unlicense" :repo "https://github.com/CosmicToast/jurl.git" :dependencies ["spork"]) -- cgit v1.2.3