From 7b18f630273ee617c2416ac175c801a5b83a4dfa Mon Sep 17 00:00:00 2001 From: koonwen Date: Mon, 9 Sep 2024 06:37:46 +0200 Subject: [PATCH] update Changelog --- CHANGES.md | 2 +- dune-project | 2 +- obatcher.opam | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 13139bd..84bc0d8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,2 +1,2 @@ -## v 1.0 +## v1.0 - Initial release. diff --git a/dune-project b/dune-project index 4f212cf..6a86bd6 100644 --- a/dune-project +++ b/dune-project @@ -7,7 +7,7 @@ (authors "Lee Koon Wen" "Kiran Gopinathan" "Arthur Wendling") (maintainers "Lee Koon Wen") (license "ISC") -(documentation https://github.com/koonwen/obatcher/) +(documentation https://koonwen.github.io/obatcher) (package (name obatcher) diff --git a/obatcher.opam b/obatcher.opam index 687bc74..4e07ddd 100644 --- a/obatcher.opam +++ b/obatcher.opam @@ -6,7 +6,7 @@ maintainer: ["Lee Koon Wen"] authors: ["Lee Koon Wen" "Kiran Gopinathan" "Arthur Wendling"] license: "ISC" homepage: "https://github.com/koonwen/obatcher" -doc: "https://github.com/koonwen/obatcher/" +doc: "https://koonwen.github.io/obatcher" bug-reports: "https://github.com/koonwen/obatcher/issues" depends: [ "dune" {>= "3.9"}