diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-18 14:57:35 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-18 14:57:35 +0200 |
commit | b97c3acfed03ec555cef15387907fbf54cf2c5bd (patch) | |
tree | f58a70357845fd5c609fa837602e05ab63eb8266 /manifest | |
parent | 417098904504a6bbd805cebdb8c808987364a8b1 (diff) |
Release version 0.13.0v0.13.0
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ : 1 name: bpkg-rep -version: 0.13.0-a.0.z +version: 0.13.0 project: build2 summary: bpkg repository management utilities license: MIT @@ -16,6 +16,6 @@ builds: all builds: -windows ; Requires bash. builds: -macos ; Requires bash >= 4.3. requires: bash >= 4.3 -depends: * build2 >= 0.13.0- -depends: * bpkg >= 0.13.0- -depends: bpkg [0.13.0-a.0.1 0.13.0-a.1) +depends: * build2 >= 0.13.0 +depends: * bpkg >= 0.13.0 +depends: bpkg ^0.13.0 |