Commit 51a2bc4337c9ca7ff398add3f6b85ce974b4a8ac

Edward Thomson 2020-05-12T08:22:31

Merge pull request #5511 from suhaibmujahid/patch-1 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 ."