Preparation for 3.9.1 release.
diff --git a/OCMock.podspec b/OCMock.podspec
index 97c9d00..62faf1c 100644
--- a/OCMock.podspec
+++ b/OCMock.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "OCMock"
- s.version = "3.9.0"
+ s.version = "3.9.1"
s.summary = "Mock objects for Objective-C"
s.description = <<-DESC
@@ -17,7 +17,7 @@
s.author = { "Erik Doernenburg" => "erik@doernenburg.com" }
s.social_media_url = "https://twitter.com/erikdoe"
- s.source = { :git => "https://github.com/erikdoe/ocmock.git", :tag => "v3.9.0" }
+ s.source = { :git => "https://github.com/erikdoe/ocmock.git", :tag => "v3.9.1" }
s.source_files = "Source/OCMock/*.{h,m}"
s.requires_arc = false
diff --git a/Package.swift b/Package.swift
index aaa5c6c..309c486 100644
--- a/Package.swift
+++ b/Package.swift
@@ -21,11 +21,9 @@
"OCMock/OCMock-Prefix.pch",
"OCMockTests/",
"Cartfile",
- "Cartfile.resolved",
"OCMockLibTests/OCMockLibTests-Info.plist",
"OCMockLib/OCMockLib-Prefix.pch",
"OCMockLibTests/OCMockLibTests-Prefix.pch",
- "Carthage.xcconfig",
"OCMockDist.xcconfig",
"OCMockCI.xcconfig",
],
diff --git a/Source/Changes.txt b/Source/Changes.txt
index 8da95c9..d508474 100644
--- a/Source/Changes.txt
+++ b/Source/Changes.txt
@@ -1,6 +1,10 @@
Listing of notable changes by release. More detail is usually found in the Git
commit messages and/or the pull requests.
+OCMock 3.9.1 (2021-10-31)
+
+* Removed unneeded excludes in package file to avoid warnings.
+
OCMock 3.9 (2021-10-26)
diff --git a/Source/OCMock/OCMock-Info.plist b/Source/OCMock/OCMock-Info.plist
index 8fdcd61..8e6b489 100644
--- a/Source/OCMock/OCMock-Info.plist
+++ b/Source/OCMock/OCMock-Info.plist
@@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
- <string>3.9.0</string>
+ <string>3.9.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>3.9.0</string>
+ <string>3.9.1</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2004-2021 Erik Doernenburg and contributors</string>
<key>NSPrincipalClass</key>