From 3453c3b139b333d58b4825385f189f35ff0a8c38 Mon Sep 17 00:00:00 2001 From: Suhaib Mujahid Date: Mon, 11 May 2020 05:14:35 -0400 Subject: Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ." -- cgit v1.2.1