Skip to content

Commit

Permalink
MOB-4764 Release 1.8.0 preparation (#194)
Browse files Browse the repository at this point in the history
* Version set to 1.8.0

* readme file update
  • Loading branch information
AleksanderWedrychowskiKarhoo committed Apr 14, 2023
1 parent 876b98d commit 0d8259a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion KarhooSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "KarhooSDK"
s.version = "1.7.2"
s.version = "1.8.0"
s.summary = "Karhoo Network SDK"
s.homepage = "https://developer.karhoo.com/docs/build-apps-using-sdks"
s.license = 'BSD 2-Clause'
Expand Down
4 changes: 2 additions & 2 deletions KarhooSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4390,7 +4390,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.7.2;
MARKETING_VERSION = 1.8.0;
MODULEMAP_PRIVATE_FILE = "";
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.karhoo.KarhooSDK;
Expand Down Expand Up @@ -4435,7 +4435,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.7.2;
MARKETING_VERSION = 1.8.0;
MODULEMAP_PRIVATE_FILE = "";
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.karhoo.KarhooSDK;
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ You can use [CocoaPods](http://cocoapods.org/) to install `KarhooSDK` by adding
```ruby

use_frameworks!
pod 'KarhooSDK', '~> 1.7.2'
pod 'KarhooSDK', '~> 1.8.0'
```

then import `KarhooSDK` wherever you want to access Karhoo services
Expand All @@ -52,7 +52,7 @@ Once you have your Swift package set up, adding Karhoo as a dependency is as eas

```swift
dependencies: [
.package(url: "https://github.com/Karhoo/karhoo-ios-sdk.git", .upToNextMajor(from: "1.7.2"))
.package(url: "https://github.com/Karhoo/karhoo-ios-sdk.git", .upToNextMajor(from: "1.8.0"))
]
```

Expand Down

0 comments on commit 0d8259a

Please sign in to comment.