Skip to content

Commit

Permalink
0.4.0 tarballs
Browse files Browse the repository at this point in the history
  • Loading branch information
guzba committed Dec 21, 2020
1 parent a73f4e1 commit 65c3ae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/test_tarballs.nim
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ block:
doAssert i == 3026

removeDir("tmp/extract")
createDir("tmp")
tarball.extractAll("tmp/extract")

for path, entry in tarball.contents:
Expand Down
2 changes: 1 addition & 1 deletion zippy.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "0.3.14"
version = "0.4.0"
author = "Ryan Oldenburg"
description = "Pure Nim implementation of deflate, zlib, gzip and zip."
license = "MIT"
Expand Down

0 comments on commit 65c3ae1

Please sign in to comment.