Skip to content

Commit

Permalink
Merge pull request #39 from primer-io/release/next
Browse files Browse the repository at this point in the history
Release 2.2.1
  • Loading branch information
jnewc authored Feb 14, 2024
2 parents dca5802 + 9904050 commit 7bcd130
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 = "2.2.0"
version = "2.2.1"
version_files = [
"Sources/Primer3DS/Classes/version.swift:let Primer3DSSDKVersion",
"Primer3DS.podspec:s.version"
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.2.1 (2024-02-14)

### Fix

- Updates 3DS SDK to version 2.4.11

## 2.2.0 (2024-02-06)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion Primer3DS.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Primer3DS'
s.version = '2.2.0'
s.version = '2.2.1'
s.summary = 'A wrapper for the 3DS SDK.'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Sources/Primer3DS/Classes/version.swift
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
let Primer3DSSDKVersion = "2.2.0"
let Primer3DSSDKVersion = "2.2.1"
let NetceteraSDKVersion = "2.4.11"

0 comments on commit 7bcd130

Please sign in to comment.