Skip to content

Commit 057ba21

Browse files
committed
Bump version
1 parent e042eca commit 057ba21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cZipArchive.cls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Private Const LNG_EXTRADATA_AE_2_MAXSIZE As Long = 20
215215
Private Const LNG_ENC_HEADER_SIZE As Long = 12
216216
Private Const LNG_AES_AUTHCODE_SIZE As Long = 10
217217
Private Const LNG_AES_BLOCK_SIZE As Long = 16
218-
Private Const LNG_DEF_ENCR_STRENGTH As Long = 3
218+
Private Const LNG_DEF_ENCR_STRENGTH As Long = 0
219219
Private Const ERR_USER_CANCEL As String = "User cancelled"
220220
Private Const ERR_INIT_COMPRESSOR As String = "Cannot init deflate compressor"
221221
Private Const ERR_COMPRESSING As String = "Error compressing"
@@ -422,7 +422,7 @@ End Type
422422
'=========================================================================
423423

424424
Property Get SemVersion() As String
425-
SemVersion = "0.2.1"
425+
SemVersion = "0.2.2"
426426
End Property
427427

428428
Property Get ThunkBuildDate() As String

0 commit comments

Comments
 (0)