diff --git a/SwiftCBOR.podspec b/SwiftCBOR.podspec index 1fa63b8..5c5b02b 100644 --- a/SwiftCBOR.podspec +++ b/SwiftCBOR.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwiftCBOR' - s.version = '0.4.6' + s.version = '0.4.7' s.license = { type: 'public domain', file: 'UNLICENSE' } s.summary = 'A CBOR implementation for Swift' s.homepage = 'https://github.com/unrelentingtech/SwiftCBOR'