summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuhaib Mujahid <suhaibmujahid@gmail.com>2020-05-11 05:14:35 -0400
committerGitHub <noreply@github.com>2020-05-11 05:14:35 -0400
commit3453c3b139b333d58b4825385f189f35ff0a8c38 (patch)
treef87e0ac96330ab416b57a9378257254cdf9ed06d
parentb83bc6d4739d10ac3db6513931cedfe8e682f487 (diff)
downloadlibgit2-3453c3b139b333d58b4825385f189f35ff0a8c38.tar.gz
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 ."