summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2020-05-12 08:22:31 +0100
committerGitHub <noreply@github.com>2020-05-12 08:22:31 +0100
commit51a2bc4337c9ca7ff398add3f6b85ce974b4a8ac (patch)
tree67a7e8f19fc0a107c01c8b7649cce306c79ef87d
parent045efb7b7858fd9b50e3ca2f7ad2ffcca7cdb8e8 (diff)
parent3453c3b139b333d58b4825385f189f35ff0a8c38 (diff)
downloadlibgit2-51a2bc4337c9ca7ff398add3f6b85ce974b4a8ac.tar.gz
Merge pull request #5511 from suhaibmujahid/patch-1
Update package.json
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index d33f31c30..b4995b18f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "libgit2",
- "version": "0.27.0",
+ "version": "1.0.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 ."