From d015ec5f8aff740f3dae585e287452fa012d4642 Mon Sep 17 00:00:00 2001 From: Abdul Momen Date: Sun, 30 Jul 2023 17:56:29 +0600 Subject: [PATCH] updates podspec and readme --- README.md | 2 +- ShareTripSDK.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e81618..59d3086 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ 1. Add the following pod to your `Podfile`: ```ruby -pod 'ShareTripSDK', :git => 'https://github.com/sharetripnet/ShareTripSDK.git', :tag => '1.1.0' +pod 'ShareTripSDK', :git => 'https://github.com/sharetripnet/ShareTripSDK.git', :tag => '1.1.1' ``` 2. If not already added, add `use_frameworks!` to your `Podfile`. diff --git a/ShareTripSDK.podspec b/ShareTripSDK.podspec index 5b90c19..7139d93 100644 --- a/ShareTripSDK.podspec +++ b/ShareTripSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ShareTripSDK' - s.version = '1.1.0' + s.version = '1.1.1' s.summary = 'ShareTripSDK' s.homepage = 'https://github.com/sharetripnet/ShareTripSDK.git' s.source = { :git => 'https://github.com/sharetripnet/ShareTripSDK.git', :tag => s.version.to_s }