Commit 3453c3b139b333d58b4825385f189f35ff0a8c38

Suhaib Mujahid 2020-05-11T05:14:35

Update package.json

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/package.json b/package.json
index d33f31c..b4995b1 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 ."