summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2023-02-25 13:52:34 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2023-02-25 13:53:43 +0000
commit8a871d13b7f4e186b8ad943ae5a7fcf30be52e67 (patch)
tree44eae2db9e3721e56107d1a9ad89adb0cc9a06ab /package.json
parentf507938dbba3bceeb8eb01a729baa8401e604738 (diff)
downloadlibgit2-8a871d13b7f4e186b8ad943ae5a7fcf30be52e67.tar.gz
v1.6.1: correct missing version number updatesv1.6.1
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 25d100bc5..0448346ba 100644
--- a/package.json
+++ b/package.json
@@ -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 ."