Skip to content

Commit

Permalink
Merge pull request #64 from guzba/ryan
Browse files Browse the repository at this point in the history
0.10.10, export ZipArchiveReader
  • Loading branch information
guzba authored May 26, 2023
2 parents 614e346 + 29746c2 commit a3fd6f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/zippy/ziparchives.nim
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type
uncompressedSize: int
filePermissions: set[FilePermission]

ZipArchiveReader = ref object
ZipArchiveReader* = ref object
memFile: MemFile
records: Table[string, ZipArchiveRecord]

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.10.9"
version = "0.10.10"
author = "Ryan Oldenburg"
description = "Pure Nim implementation of deflate, zlib, gzip and zip."
license = "MIT"
Expand Down

0 comments on commit a3fd6f0

Please sign in to comment.