Skip to content

Commit 67bb960

Browse files
committed
Preparation for 3.9.2 release.
1 parent aedb932 commit 67bb960

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

OCMock.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "OCMock"
3-
s.version = "3.9.1"
3+
s.version = "3.9.2"
44

55
s.summary = "Mock objects for Objective-C"
66
s.description = <<-DESC
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.author = { "Erik Doernenburg" => "erik@doernenburg.com" }
1818
s.social_media_url = "https://toot.thoughtworks.com/@edoernen"
1919

20-
s.source = { :git => "https://github.com/erikdoe/ocmock.git", :tag => "v3.9.1" }
20+
s.source = { :git => "https://github.com/erikdoe/ocmock.git", :tag => "v3.9.2" }
2121
s.source_files = "Source/OCMock/*.{h,m}"
2222

2323
s.requires_arc = false

Source/Changes.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Listing of notable changes by release. More detail is usually found in the Git
22
commit messages and/or the pull requests.
33

4-
OCMock 3.9.2 (unreleased)
4+
OCMock 3.9.2 (2023-10-04)
55

66
* Added Mac Catalyst architecture to dist build. (Maksym Koshtenko)
77
* Added visionOS to podspec. This is experimental, and there's no official
88
support for visionOS in OCMock until it's available outside the beta.
99
* Stopped forwarding C++ constructors and destructors when using partial
1010
mocks (Tom Burgin)
11-
* Fixed pontential crashes when using OCMPassByRefSetters. (Dave MacLachlan)
11+
* Fixed potential crashes when using OCMPassByRefSetters. (Dave MacLachlan)
1212

1313

1414
OCMock 3.9.1 (2021-10-31)

Source/OCMock/OCMock-Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>3.9.1</string>
20+
<string>3.9.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
2424
<string>3.9.1</string>
2525
<key>NSHumanReadableCopyright</key>
26-
<string>Copyright © 2004-2021 Erik Doernenburg and contributors</string>
26+
<string>Copyright © 2004-2023 Erik Doernenburg and contributors</string>
2727
<key>NSPrincipalClass</key>
2828
<string></string>
2929
</dict>

0 commit comments

Comments
 (0)