summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-08-31 00:13:42 -0400
committerEdward Thomson <ethomson@edwardthomson.com>2021-08-31 00:19:01 -0400
commitc811fc361be92226eec463f92e33d838fa0e9d54 (patch)
treed2e65e4e20ceefe929488efa3bb036b4fe94c3a5 /package.json
parent0e585d368eef69b03890297d2e3625bd6a798319 (diff)
downloadlibgit2-c811fc361be92226eec463f92e33d838fa0e9d54.tar.gz
v1.2: update version information
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 5e74f3bd5..e0544f653 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "libgit2",
- "version": "1.1.0",
+ "version": "1.2.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 ."