summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2022-02-13 10:06:15 -0500
committerEdward Thomson <ethomson@edwardthomson.com>2022-02-13 10:06:15 -0500
commit5c949d1faf1d02ea3c2e2b63214856ba3bc72b68 (patch)
tree19ec72a85e4e0d5554ad41b6408935d5463233f0 /package.json
parent5f66aa264ae645e385714104b15c1ade8ae17e7d (diff)
downloadlibgit2-5c949d1faf1d02ea3c2e2b63214856ba3bc72b68.tar.gz
v1.4: update version numbers
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 e2e672f9f..6952563b6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "libgit2",
- "version": "1.3.0",
+ "version": "1.4.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 ."