From 749b956da6081bef36d9f5dc14ce5f9367f998da Mon Sep 17 00:00:00 2001 From: Douglas Eggleton Date: Tue, 21 May 2024 09:50:18 -0700 Subject: [PATCH] chore: update version number (#9) --- README.md | 2 +- gr4vy-ios.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 188b28d..5b4fea1 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ gr4vy-ios doesn't contain any external dependencies. use_frameworks! target 'YOUR_TARGET_NAME' do - pod 'gr4vy-ios', '2.1.0' + pod 'gr4vy-ios', '2.1.1' end ``` diff --git a/gr4vy-ios.podspec b/gr4vy-ios.podspec index 088f66a..4f8b2d8 100644 --- a/gr4vy-ios.podspec +++ b/gr4vy-ios.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'gr4vy-ios' - s.version = '2.1.0' + s.version = '2.1.1' s.license = 'MIT' s.summary = 'Quickly embed Gr4vy in your iOS app to store card details, authorize payments, and capture a transaction.' s.homepage = 'https://github.com/gr4vy/gr4vy-ios'