diff options
author | fozworth <> | 2020-05-22 20:56:00 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2020-05-22 20:56:00 (GMT) |
commit | 8c43d45ad9cc048a9d3035983b83579e82a55116 (patch) | |
tree | 3f0122e26ee691c12b81a520b193eea652ead4be | |
parent | 6247834fe108660dc90682cc6445189949ce65bb (diff) |
version 1.3.11.3.1
-rw-r--r-- | github-release.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/github-release.cabal b/github-release.cabal index 6d850ea..a5cada2 100644 --- a/github-release.cabal +++ b/github-release.cabal @@ -1,5 +1,5 @@ name: github-release -version: 1.3.0 +version: 1.3.1 synopsis: Upload files to GitHub releases. description: GitHub Release uploads files to GitHub releases. @@ -20,7 +20,7 @@ library build-depends: base >= 4.9.0 && < 4.15 , aeson >= 0.11.2 && < 0.12 || >= 1.0.2 && < 1.5 - , burrito >= 1.0.0 && < 1.1 + , burrito >= 1.0.0 && < 1.2 , bytestring >= 0.10.8 && < 0.11 , http-client >= 0.4.31 && < 0.7 , http-client-tls >= 0.2.4 && < 0.4 |