diff options
author | Suhaib Mujahid <suhaibmujahid@gmail.com> | 2020-05-11 05:14:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-11 05:14:35 -0400 |
commit | 3453c3b139b333d58b4825385f189f35ff0a8c38 (patch) | |
tree | f87e0ac96330ab416b57a9378257254cdf9ed06d /package.json | |
parent | b83bc6d4739d10ac3db6513931cedfe8e682f487 (diff) | |
download | libgit2-3453c3b139b333d58b4825385f189f35ff0a8c38.tar.gz |
Update package.json
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
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 ." |