Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewc authored May 20, 2024
1 parent b2f825a commit 77949ae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.commitizen]
version_name = "semver"
version = "1.0.1"
version = "1.0.2"
version_files = [
"Sources/PrimerNolPaySDK/Classes/version.swift:let PrimerNolPayVersion",
"PrimerNolPaySDK.podspec:s.version"
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.0.2 (2024-05-20)

## 1.0.1 (2023-11-07)
- update TransitSDK version to 3.1.11
- make SDKs version info public
Expand Down
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 = '1.0.1'
s.version = '1.0.2'
s.summary = 'A wrapper for the Nol SDK'
s.description = <<-DESC
A wrapper around the Nol payment SDK.
Expand Down
2 changes: 1 addition & 1 deletion Sources/PrimerNolPaySDK/Classes/version.swift
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
let PrimerNolPayVersion = "1.0.1"
let PrimerNolPayVersion = "1.0.2"
let TransitSDKVersion = "3.1.11"

0 comments on commit 77949ae

Please sign in to comment.