diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2021-08-31 00:13:42 -0400 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2021-08-31 00:19:01 -0400 |
commit | c811fc361be92226eec463f92e33d838fa0e9d54 (patch) | |
tree | d2e65e4e20ceefe929488efa3bb036b4fe94c3a5 /package.json | |
parent | 0e585d368eef69b03890297d2e3625bd6a798319 (diff) | |
download | libgit2-c811fc361be92226eec463f92e33d838fa0e9d54.tar.gz |
v1.2: update version information
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 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 ." |