Skip to content

Commit

Permalink
Release version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Team Mobile Schorsch committed Dec 16, 2021
1 parent cb97ba3 commit 62958e3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
Binary file added GiniBank_Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed GiniPayBank_Logo.png
Binary file not shown.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
technical-support@gini.net.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@

<p align="center">
<img src="./GiniPayBank_Logo.png" width="250">
<img src="./GiniBank_Logo.png" width="250">
</p>

# 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)]()
Expand Down
2 changes: 1 addition & 1 deletion Sources/GiniBankSDKPinningVersion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
// Created by Nadya Karaban on 04.11.21.
//

public let GiniBankSDKPinningVersion = "1.1.0"
public let GiniBankSDKPinningVersion = "1.1.1"

0 comments on commit 62958e3

Please sign in to comment.