Skip to content

Commit

Permalink
Release 2.3.2 (#47)
Browse files Browse the repository at this point in the history
* Update CHANGELOG

* Update version.swift

* Update Primer3DS.podspec

* Update .cz.toml
  • Loading branch information
NQuinn27 authored Apr 9, 2024
1 parent d6a95a2 commit 0b5adbd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .cz.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.commitizen]
version_scheme = "semver"
version = "2.3.1"
version = "2.3.2"
version_files = [
"Sources/Primer3DS/Classes/version.swift:let Primer3DSSDKVersion",
"Primer3DS.podspec:s.version"
"Primer3DS.podspec:s.version",
]
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Change Log

## 2.3.1 (2024-03-28)
## 2.3.2 (2024-04-09)

## 2.3.0 (2024-03-18)
- Updates the 3DS SDK to version 2.4.12

## 2.2.1 (2024-02-14)

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.3.1'
s.version = '2.3.2'
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.3.1"
let Primer3DSSDKVersion = "2.3.2"
let NetceteraSDKVersion = "2.4.12"

0 comments on commit 0b5adbd

Please sign in to comment.