v1.6.1: correct missing version number updates

This commit is contained in:
Edward Thomson
2023-02-25 13:52:34 +00:00
parent f507938dbb
commit 8a871d13b7
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "libgit2",
"version": "1.6.0",
"version": "1.6.1",
"repo": "https://github.com/libgit2/libgit2",
"description": " A cross-platform, linkable library implementation of Git that you can use in your application.",
"install": "mkdir build && cd build && cmake .. && cmake --build ."