Skip to content

Commit

Permalink
Bump to the next version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Solovev committed May 27, 2024
1 parent c54d16b commit ca5e791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OmiseSDK/Sources/OmiseSDK.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public class OmiseSDK {
public static var shared = OmiseSDK(publicKey: "pkey_")

/// OmiseSDK version
public let version: String = "5.2.0"
public let version: String = "5.2.1"

/// Public Key associated with this instance of OmiseSDK
public let publicKey: String
Expand Down

0 comments on commit ca5e791

Please sign in to comment.