Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jhudsonWA committed Feb 22, 2023
1 parent 81db879 commit b56f8c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
@@ -1,5 +1,5 @@
PODS:
- SSZipArchive (2.5.3)
- SSZipArchive (2.5.4)

DEPENDENCIES:
- SSZipArchive (from `..`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: ".."

SPEC CHECKSUMS:
SSZipArchive: d3ea9f5e15234229a8d7e164c2789a82b7c19440
SSZipArchive: 285b618a158ebc421039c22db5b77d345c7c03db

PODFILE CHECKSUM: 570af5c3534cb262ca98be3dedfff7caa40f00ed

Expand Down
2 changes: 1 addition & 1 deletion SSZipArchive.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SSZipArchive'
s.version = '2.5.3'
s.version = '2.5.4'
s.summary = 'Utility class for zipping and unzipping files on iOS, tvOS, watchOS, and macOS.'
s.description = 'SSZipArchive is a simple utility class for zipping and unzipping files on iOS, tvOS, watchOS, and macOS. It supports AES and PKWARE encryption.'
s.homepage = 'https://github.com/ZipArchive/ZipArchive'
Expand Down

0 comments on commit b56f8c6

Please sign in to comment.