Skip to content

Commit

Permalink
Preparation for 3.3.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdoe committed Jul 1, 2016
1 parent 9eca5f7 commit 5bc8369
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions OCMock.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "OCMock"
s.version = "3.3"
s.version = "3.3.1"

s.summary = "Mock objects for Objective-C"
s.description = <<-DESC
Expand All @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.author = { "Erik Doernenburg" => "erik@doernenburg.com" }
s.social_media_url = "http://twitter.com/erikdoe"

s.source = { :git => "https://github.com/erikdoe/ocmock.git", :tag => "v3.3" }
s.source = { :git => "https://github.com/erikdoe/ocmock.git", :tag => "v3.3.1" }
s.source_files = "Source/OCMock/*.{h,m}"

s.requires_arc = false
Expand Down
2 changes: 1 addition & 1 deletion Source/Changes.txt
@@ -1,7 +1,7 @@
Listing of notable changes by release. More detail is usually found in the Git
commit messages and/or the pull requests.

(unreleased)
OCMock 3.3.1 (2016-07-01)

* Now throwing an exception when an attempt is made to stub the init method.
* Fixed crash when trying to mock NSArray.
Expand Down
2 changes: 1 addition & 1 deletion Tools/build.rb
Expand Up @@ -13,7 +13,7 @@ def makeRelease
copySource
buildModules
signFrameworks "erik@doernenburg.com"
createPackage "ocmock-3.3.dmg", "OCMock 3.3"
createPackage "ocmock-3.3.1.dmg", "OCMock 3.3.1"
sanityCheck
openPackageDir
end
Expand Down

0 comments on commit 5bc8369

Please sign in to comment.