v1.5: update version numbers

This commit is contained in:
Edward Thomson
2022-07-07 23:13:23 -04:00
parent 2030358070
commit 2be53a5da7
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "libgit2",
"version": "1.5.0-alpha",
"version": "1.5.0",
"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 ."