diff --git a/GiniBank_Logo.png b/GiniBank_Logo.png new file mode 100644 index 0000000..e34ca63 Binary files /dev/null and b/GiniBank_Logo.png differ diff --git a/GiniPayBank_Logo.png b/GiniPayBank_Logo.png deleted file mode 100644 index 2412bff..0000000 Binary files a/GiniPayBank_Logo.png and /dev/null differ diff --git a/LICENSE b/LICENSE index 781add7..bcb789e 100644 --- a/LICENSE +++ b/LICENSE @@ -9,4 +9,4 @@ non-transferable usage right which is restricted for the time of a contractual relationship between Gini and the licensee. For license related inquiries contact Gini via the email address -technical-support@gini.net. \ No newline at end of file +technical-support@gini.net. diff --git a/Package.swift b/Package.swift index 53ec65f..63d57fe 100644 --- a/Package.swift +++ b/Package.swift @@ -16,8 +16,8 @@ let package = Package( dependencies: [ // Dependencies declare other packages that this package depends on. // .package(url: /* package url */, from: "1.0.0"), - .package(name: "GiniCaptureSDKPinning", url: "https://github.com/gini/capture-sdk-pinning-ios.git", .exact("1.1.0")), - .package(name: "GiniBankSDK", url: "https://github.com/gini/bank-sdk-ios.git", .exact("1.1.0")), + .package(name: "GiniCaptureSDKPinning", url: "https://github.com/gini/capture-sdk-pinning-ios.git", .exact("1.1.1")), + .package(name: "GiniBankSDK", url: "https://github.com/gini/bank-sdk-ios.git", .exact("1.1.1")), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite. diff --git a/README.md b/README.md index 36b901a..d67765a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@

- +

# Gini Bank SDK for iOS + [![Platform](https://img.shields.io/badge/platform-iOS-lightgrey.svg)]() [![Devices](https://img.shields.io/badge/devices-iPhone%20%7C%20iPad-blue.svg)]() [![Swift version](https://img.shields.io/badge/swift-5.0-orange.svg)]() diff --git a/Sources/GiniBankSDKPinningVersion.swift b/Sources/GiniBankSDKPinningVersion.swift index abddbcb..9e497a3 100644 --- a/Sources/GiniBankSDKPinningVersion.swift +++ b/Sources/GiniBankSDKPinningVersion.swift @@ -5,4 +5,4 @@ // Created by Nadya Karaban on 04.11.21. // -public let GiniBankSDKPinningVersion = "1.1.0" +public let GiniBankSDKPinningVersion = "1.1.1"