Skip to content

Commit

Permalink
Bump to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NQuinn27 authored Nov 21, 2024
1 parent 7b6f170 commit 88c1268
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.5.0"
version = "2.4.1"
version_files = [
"Sources/Primer3DS/Classes/version.swift:let Primer3DSSDKVersion",
"Primer3DS.podspec:s.version",
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## 2.5.0 (2024-11-21)
## 2.4.1 (2024-11-21)

### 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.5.0'
s.version = '2.4.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.5.0"
let Primer3DSSDKVersion = "2.4.1"
let NetceteraSDKVersion = "2.5.11"

0 comments on commit 88c1268

Please sign in to comment.