Skip to content

Commit

Permalink
Fixed version numbers for releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdoe committed Nov 5, 2017
1 parent 37cfe60 commit 812b5db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OCMock.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.4" }
s.source = { :git => "https://github.com/erikdoe/ocmock.git", :tag => "v3.4.1" }
s.source_files = "Source/OCMock/*.{h,m}"

s.requires_arc = false
Expand Down
2 changes: 1 addition & 1 deletion Tools/build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def makeRelease
copySource
buildModules
signFrameworks "erik@doernenburg.com"
createPackage "ocmock-3.4-1.dmg", "OCMock 3.4-1"
createPackage "ocmock-3.4.1.dmg", "OCMock 3.4.1"
sanityCheck
openPackageDir
end
Expand Down

0 comments on commit 812b5db

Please sign in to comment.