Skip to content

Commit

Permalink
Correct version in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
NQuinn27 committed Oct 19, 2023
1 parent f600032 commit 305fad0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ version_name = "semver"
version = "0.1.0"
version_files = [
"Sources/PrimerNolPaySDK/Classes/version.swift:let PrimerNolPayVersion",
"PrimerNolPaySDK.podspec:spec.version"
"PrimerNolPaySDK.podspec:s.version"
]
2 changes: 1 addition & 1 deletion PrimerNolPaySDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'PrimerNolPaySDK'
s.version = '0.0.0'
s.version = '0.1.0'
s.summary = 'A wrapper for the Nol SDK'
s.description = <<-DESC
A wrapper around the Nol payment SDK.
Expand Down

0 comments on commit 305fad0

Please sign in to comment.