From 888e225671a50b18703c640532557f31c7243675 Mon Sep 17 00:00:00 2001 From: Jens Utbult Date: Wed, 27 Mar 2024 10:43:31 +0100 Subject: [PATCH] Bumped version to 4.5.0. --- README.md | 2 +- YubiKit.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3035116a..eca40ab2 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Add YubiKit to your [Podfile](https://guides.cocoapods.org/using/the-podfile.htm ```ruby use_frameworks! -pod 'YubiKit', '~> 4.4.1' +pod 'YubiKit', '~> 4.5.0' ``` If you want to have latest changes, replace the last line with: diff --git a/YubiKit.podspec b/YubiKit.podspec index bb7eba7e..071bda9d 100644 --- a/YubiKit.podspec +++ b/YubiKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'YubiKit' - s.version = '4.4.1' + s.version = '4.5.0' s.license = 'Apache 2.0' s.summary = 'YubiKit is an iOS library provided by Yubico to interact with YubiKeys on iOS devices.' s.homepage = 'https://github.com/Yubico/yubikit-ios'