Skip to content

Commit 729e01b

Browse files
committed
Update version to 1.8.4
The changes include: - Bump version from 1.8.3 to 1.8.4 in the podspec - Update social media URL in podspec - Increase MARKETING_VERSION to 1.8.4 in the shared Xcode config
1 parent 68e5d06 commit 729e01b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CryptoSwift.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = "CryptoSwift"
3-
s.version = "1.8.3"
3+
s.version = "1.8.4"
44
s.source = { :git => "https://github.com/krzyzanowskim/CryptoSwift.git", :tag => "#{s.version}" }
55
s.summary = "Cryptography in Swift. SHA, MD5, CRC, PBKDF, Poly1305, HMAC, CMAC, HDKF, Scrypt, ChaCha20, Rabbit, Blowfish, AES, RSA."
66
s.description = "Cryptography functions and helpers for Swift implemented in Swift. SHA-1, SHA-2, SHA-3, MD5, PBKDF1, PBKDF2, Scrypt, CRC, Poly1305, HMAC, ChaCha20, Rabbit, Blowfish, AES, RSA"
77
s.homepage = "https://github.com/krzyzanowskim/CryptoSwift"
88
s.license = {:type => "Attribution", :file => "LICENSE"}
99
s.authors = {'Marcin Krzyżanowski' => '[email protected]'}
10-
s.social_media_url = "https://twitter.com/krzyzanowskim"
10+
s.social_media_url = "https://x.com/krzyzanowskim"
1111
s.cocoapods_version = '>= 1.10.0'
1212
s.swift_version = "5.6"
1313
s.ios.deployment_target = "11.0"

config/Project-Shared.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MARKETING_VERSION = 1.8.3
1+
MARKETING_VERSION = 1.8.4
22

33
SUPPORTED_PLATFORMS = iphonesimulator iphoneos macosx appletvos watchos appletvsimulator watchsimulator xrsimulator xros
44

0 commit comments

Comments
 (0)