Bump version to 0.2.0.1

This commit is contained in:
Dylan Simon 2018-10-21 13:10:47 -04:00
parent e0f51b0c90
commit 1944997266
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
resolver: lts-11.6 resolver: lts-12.14
packages: packages:
- '.' - '.'
extra-deps: [] extra-deps: []

View File

@ -1,5 +1,5 @@
name: zip-stream name: zip-stream
version: 0.2.0.0 version: 0.2.0.1
synopsis: ZIP archive streaming using conduits synopsis: ZIP archive streaming using conduits
description: Process (extract and create) zip files as streams (e.g., over the network), accessing contained files without having to write the zip file to disk (unlike zip-conduit). description: Process (extract and create) zip files as streams (e.g., over the network), accessing contained files without having to write the zip file to disk (unlike zip-conduit).
license: BSD3 license: BSD3