update rc.2 version in meta data

This commit is contained in:
2026-05-28 22:31:49 +02:00
parent b6534537ff
commit 8d97770e3a
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
## v0.0.1-rc.2
- add correct versioning metadata
## v0.0.1-rc.1 ## v0.0.1-rc.1
- Update readme and add license file - Update readme and add license file
+1 -1
View File
@@ -17,7 +17,7 @@
(documentation https://github.com/TheRealOwenRees/pgn_to_tex/README.md) (documentation https://github.com/TheRealOwenRees/pgn_to_tex/README.md)
(version 0.0.1) (version 0.0.1-rc.2)
(package (package
(name pgn_to_tex) (name pgn_to_tex)
+1 -1
View File
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead # This file is generated by dune, edit dune-project instead
opam-version: "2.0" opam-version: "2.0"
version: "0.0.1" version: "0.0.1-rc.2"
synopsis: "A chess PGN to TeX conversion tool" synopsis: "A chess PGN to TeX conversion tool"
description: description:
"Convert PGN files to LaTeX markdown, including rendered images of selected positions" "Convert PGN files to LaTeX markdown, including rendered images of selected positions"