Skip to content

Commit

Permalink
chore: update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
precious-ossai-cko committed Feb 9, 2024
1 parent ea50d8c commit 962e736
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/partial-readmes/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ platform :ios, '12.0'
use_frameworks!

target '<Your Target Name>' do
pod 'Risk', '~> 1.0.1'
pod 'Risk', '~> 1.0.2'
end
```

Expand Down
2 changes: 1 addition & 1 deletion Risk.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Risk"
s.version = "1.0.1"
s.version = "1.0.2"
s.summary = "Checkout Risk package in Swift"
s.description = <<-DESC
Checkout Risk package in Swift.
Expand Down
2 changes: 1 addition & 1 deletion Sources/Core/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Foundation

enum Constants {
static let productName = "risk-ios-sdk"
static let version = "1.0.1"
static let version = "1.0.2"
static let userAgent = "checkout-sdk-risk-ios/\(version)"
static let loggerTypeIdentifier = "com.checkout.risk-mobile-sdk"
}

0 comments on commit 962e736

Please sign in to comment.