diff --git a/CHANGELOG.md b/CHANGELOG.md index 00cab3a..0433661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.0.1-rc.2 + +- add correct versioning metadata + ## v0.0.1-rc.1 - Update readme and add license file diff --git a/dune-project b/dune-project index b941d01..25eb9c6 100644 --- a/dune-project +++ b/dune-project @@ -17,7 +17,7 @@ (documentation https://github.com/TheRealOwenRees/pgn_to_tex/README.md) -(version 0.0.1) +(version 0.0.1-rc.2) (package (name pgn_to_tex) diff --git a/pgn_to_tex.opam b/pgn_to_tex.opam index d74c524..4e3d19d 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" +version: "0.0.1-rc.2" synopsis: "A chess PGN to TeX conversion tool" description: "Convert PGN files to LaTeX markdown, including rendered images of selected positions"