Skip to content

Commit

Permalink
Bump version to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Dec 31, 2014
1 parent 7dba8ea commit 1d055f4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions CHANGES.md
@@ -1,5 +1,6 @@
NEXT VERSION
------------
Version 4.1.0
-------------
_30 Dec 2014_

**Fixes:**

Expand Down
4 changes: 2 additions & 2 deletions OCHamcrest.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'OCHamcrest'
s.version = '4.0.1'
s.version = '4.1.0'
s.summary = 'Hamcrest for Objective-C: Powerful, combinable, extensible matchers for verification.'
s.description = <<-DESC
OCHamcrest is:
Expand Down Expand Up @@ -31,7 +31,7 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '6.0'
s.osx.deployment_target = '10.8'
s.source = { :git => 'https://github.com/hamcrest/OCHamcrest.git', :tag => 'v4.0.1' }
s.source = { :git => 'https://github.com/hamcrest/OCHamcrest.git', :tag => 'v4.1.0' }
s.source_files = 'Source/OCHamcrest.h', 'Source/Core/**/*.{h,m}', 'Source/Library/**/*.{h,m}'
s.private_header_files = 'Source/Core/Helpers/NSInvocation+OCHamcrest.h', 'Source/Core/Helpers/ReturnValueGetters/*.h', 'Source/Core/Helpers/TestFailureHandlers/HCGenericTestFailureHandler.h', 'Source/Core/Helpers/TestFailureHandlers/HCSenTestFailureHandler.h', 'Source/Core/Helpers/TestFailureHandlers/HCXCTestFailureHandler.h'
s.requires_arc = true
Expand Down
2 changes: 1 addition & 1 deletion Source/MakeDistribution.sh
@@ -1,4 +1,4 @@
VERSION=4.0.1
VERSION=4.1.0
DISTFILE=OCHamcrest-${VERSION}
DISTPATH=build/${DISTFILE}
PROJECTROOT=..
Expand Down
4 changes: 2 additions & 2 deletions Source/OCHamcrest-Info.plist
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.0.1</string>
<string>4.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>4.0.1</string>
<string>4.1.0</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014 hamcrest.org</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 1d055f4

Please sign in to comment.