Skip to content

Commit

Permalink
Merge pull request #61 from SwedbankPay/feature/version-5.0.0
Browse files Browse the repository at this point in the history
Updating version number for 5.0 release
  • Loading branch information
alleus authored Nov 28, 2024
2 parents d59909c + 031f623 commit e34586c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ pods for the two components, named `SwedbankPaySDK` and
Add the relevant dependencies in your `Podfile`:

```ruby
pod 'SwedbankPaySDK', '~> 3.0'
pod 'SwedbankPaySDK', '~> 5.0'
```
```ruby
pod 'SwedbankPaySDKMerchantBackend', '~> 3.0'
pod 'SwedbankPaySDKMerchantBackend', '~> 5.0'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion SwedbankPaySDK/Classes/Models/VersionReporter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ extension SwedbankPaySDK {

/// This number must match git's release-tag, pre-releases should be marked with "-alpha"
/// It can't be read from info.plist since SPM does not have those.
public static var currentVersion = "4.0.4"
public static var currentVersion = "5.0.0"

/// User agent reports version and platform
public static var userAgent: String = {
Expand Down

0 comments on commit e34586c

Please sign in to comment.