Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Jan 5, 2015
1 parent 421dd8b commit 94ccfce
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
NEXT VERSION
------------
Version 1.4.0
-------------
_04 Jan 2015_

**Features:**

Expand Down
4 changes: 2 additions & 2 deletions OCMockito.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'OCMockito'
s.version = '1.3.1'
s.version = '1.4.0'
s.summary = 'OCMockito is an Objective-C implementation of Mockito, supporting creation, verification and stubbing of mock objects.'
s.description = <<-DESC
OCMockito is an Objective-C implementation of Mockito, supporting creation,
Expand All @@ -23,7 +23,7 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '6.0'
s.osx.deployment_target = '10.8'
s.source = { :git => 'https://github.com/jonreid/OCMockito.git', :tag => 'v1.3.1' }
s.source = { :git => 'https://github.com/jonreid/OCMockito.git', :tag => 'v1.4.0' }
s.source_files = 'Source/OCMockito/OCMockito.h', 'Source/OCMockito/**/*.{h,m}', 'Source/ThirdParty/**/*.{h,m}'
s.public_header_files = 'Source/OCMockito/OCMockito.h', 'Source/OCMockito/MKTArgumentCaptor.h', 'Source/OCMockito/MKTBaseMockObject.h', 'Source/OCMockito/MKTClassObjectMock.h', 'Source/OCMockito/MKTObjectMock.h', 'Source/OCMockito/MKTObjectAndProtocolMock.h', 'Source/OCMockito/MKTProtocolMock.h', 'Source/OCMockito/MKTOngoingStubbing.h', 'Source/OCMockito/MKTPrimitiveArgumentMatching.h', 'Source/OCMockito/NSInvocation+OCMockito.h'
s.requires_arc = true
Expand Down
2 changes: 1 addition & 1 deletion Source/MakeDistribution.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=1.3.1
VERSION=1.4.0
DISTFILE=OCMockito-${VERSION}
DISTPATH=build/${DISTFILE}
PROJECTROOT=..
Expand Down
4 changes: 2 additions & 2 deletions Source/OCMockito-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.3.1</string>
<string>1.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.3.1</string>
<string>1.4.0</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2015 Jonathan M. Reid</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 94ccfce

Please sign in to comment.