diff --git a/DESCRIPTION b/DESCRIPTION index 1e5b0c8..713af88 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: zip Title: Cross-Platform 'zip' Compression -Version: 2.1.1.9000 +Version: 2.2.0 Author: Gábor Csárdi, Kuba Podgórski, Rich Geldreich Maintainer: Gábor Csárdi Description: Cross-Platform 'zip' Compression Library. A replacement @@ -9,7 +9,7 @@ Description: Cross-Platform 'zip' Compression Library. A replacement License: MIT + file LICENSE URL: https://github.com/r-lib/zip#readme BugReports: https://github.com/r-lib/zip/issues -RoxygenNote: 7.1.1 +RoxygenNote: 7.1.1.9001 Roxygen: list( packages = "roxygenlabs", markdown = TRUE, diff --git a/NEWS.md b/NEWS.md index e9e46c5..b2e2dfd 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# development version +# 2.2.0 * Header values (of version made by and external attributes) are now correctly read and written on big-endian systems (#68).