Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yatatsu committed Oct 4, 2024
1 parent f484851 commit 8c0b0b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Sources/Core/PAYJPSDK.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public final class PAYJPSDK: NSObject, PAYJPSDKType {
public static var clientInfo: ClientInfo = .default

// Update by Fastlane :bump_up_version
public static let sdkVersion: String = "2.0.0"
public static let sdkVersion: String = "2.1.0"

static var authToken: String = ""
}
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0</string>
<string>2.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Tests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0</string>
<string>2.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion podspec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module PAYJPSDK
VERSION = '2.0.0'
VERSION = '2.1.0'
HOMEPAGE_URL = 'https://github.com/payjp/payjp-ios'
LICENSE = { :type => 'MIT' }
AUTHOR = { 'PAY.JP (https://pay.jp)' => '[email protected]' }
Expand Down

0 comments on commit 8c0b0b2

Please sign in to comment.