Skip to content

Commit 0caf339

Browse files
committed
Preparation for 3.3 release.
1 parent f916e9b commit 0caf339

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

OCMock.podspec

Lines changed: 2 additions & 2 deletions
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.2.2"
3+
s.version = "3.3"
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" => "[email protected]" }
1818
s.social_media_url = "http://twitter.com/erikdoe"
1919

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

2323
s.requires_arc = false

Source/Changes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.3 (unreleased)
4+
OCMock 3.3 (2016-04-12)
55

66
* Made the use of mock objects thread safe. You still have to setup the mocks
77
and verify them from a main thread (Ian Anderson)

Tools/build.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def makeRelease
1313
copySource
1414
buildModules
1515
signFrameworks "[email protected]"
16-
createPackage "ocmock-3.2.2.dmg", "OCMock 3.2.2"
16+
createPackage "ocmock-3.3.dmg", "OCMock 3.3"
1717
sanityCheck
1818
openPackageDir
1919
end

0 commit comments

Comments
 (0)