Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
NQuinn27 authored and github-actions[bot] committed Jul 26, 2024
1 parent 85bc658 commit e640545
Show file tree
Hide file tree
Showing 4 changed files with 9 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_scheme = "semver"
version = "1.1.1"
version = "1.1.2"
version_files = [
"Framework/PrimerKlarnaSDK/Sources/Version/version.swift:let PrimerKlarnaSDKVersion",
"PrimerKlarnaSDK.podspec:spec.version"
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.1.2 (2024-07-26)

### Fix

- Update KlarnaMobileSDK (#30)

## 1.1.1 (2024-04-10)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion Framework/PrimerKlarnaSDK/Sources/Version/version.swift
Original file line number Diff line number Diff line change
@@ -1 +1 @@
let PrimerKlarnaSDKVersion = "1.1.1"
let PrimerKlarnaSDKVersion = "1.1.2"
2 changes: 1 addition & 1 deletion PrimerKlarnaSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "PrimerKlarnaSDK"
spec.version = "1.1.1"
spec.version = "1.1.2"
spec.swift_version = '5.0'
spec.summary = "A wrapper of the KlarnaMobileSDK."
spec.description = "PrimerKlarnaSDK is a wrapper of the KlarnaMobileSDK that exposes its functionality source it can be used within the PrimerSDK as a separate module."
Expand Down

0 comments on commit e640545

Please sign in to comment.