From f343005c10426c3fa751d4c33a99db8d18746b59 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 1 Oct 2017 16:39:28 +0200 Subject: [PATCH] 0.5 --- Sodium.podspec | 4 ++-- Sodium/Info.plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Sodium.podspec b/Sodium.podspec index f59bfc48..86622ac3 100644 --- a/Sodium.podspec +++ b/Sodium.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = 'Sodium' -s.version = '0.4' +s.version = '0.5' s.license = { :type => "ISC", :file => 'LICENSE' } s.summary = 'Swift-Sodium provides a safe and easy to use interface to perform common cryptographic operations on iOS and OSX.' s.homepage = 'https://github.com/jedisct1/swift-sodium' s.social_media_url = 'https://twitter.com/jedisct1' s.authors = { 'Frank Denis' => '' } s.source = { :git => 'https://github.com/jedisct1/swift-sodium.git', - :tag => '0.4' } + :tag => '0.5' } s.ios.deployment_target = '8.0' s.osx.deployment_target = '10.10' diff --git a/Sodium/Info.plist b/Sodium/Info.plist index 7be74c7a..8c0e4c26 100644 --- a/Sodium/Info.plist +++ b/Sodium/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.4 + 0.5 CFBundleSignature ???? CFBundleVersion