Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating version number for 5.0 release #61

Merged
merged 1 commit into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading