From 5f0521430de5a2013f5ac25c2bfd65d5c2f35547 Mon Sep 17 00:00:00 2001 From: Owen Date: Mon, 29 Jun 2026 21:23:34 +0200 Subject: [PATCH] update release info and docs link --- pgn_to_tex.opam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pgn_to_tex.opam b/pgn_to_tex.opam index 4e3d19d..d38e3a8 100644 --- a/pgn_to_tex.opam +++ b/pgn_to_tex.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.0.1-rc.2" +version: "0.0.1" synopsis: "A chess PGN to TeX conversion tool" description: "Convert PGN files to LaTeX markdown, including rendered images of selected positions" @@ -9,7 +9,7 @@ authors: ["Owen Rees "] license: "AGPL-3.0-or-later" tags: ["pgn" "latex" "chess" "parser"] homepage: "https://github.com/therealowenrees/pgn_to_tex" -doc: "https://github.com/TheRealOwenRees/pgn_to_tex/README.md" +doc: "https://github.com/therealowenrees/pgn_to_tex/blob/main/README.md" bug-reports: "https://github.com/therealowenrees/pgn_to_tex/issues" depends: [ "dune" {>= "3.21"}