Skip to content

Commit 2f9336a

Browse files
committed
e Bump version to 7.0.1
1 parent e58cdae commit 2f9336a

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
NEXT VERSION
2-
------------
1+
Version 7.0.1
2+
-------------
3+
_13 Mar 2022_
34

45
**Fixes:**
56

OCMockito.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 = 'OCMockito'
3-
s.version = '7.0.0'
3+
s.version = '7.0.1'
44
s.summary = 'OCMockito is an Objective-C implementation of Mockito, supporting creation, verification and stubbing of mock objects.'
55
s.description = <<-DESC
66
OCMockito is an Objective-C implementation of Mockito, supporting creation,
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
2525
s.ios.deployment_target = '12.0'
2626
s.tvos.deployment_target = '12.0'
2727
s.watchos.deployment_target = '2.0'
28-
s.source = { :git => 'https://github.com/jonreid/OCMockito.git', :tag => 'v7.0.0' }
28+
s.source = { :git => 'https://github.com/jonreid/OCMockito.git', :tag => 'v7.0.1' }
2929
s.source_files = 'Source/OCMockito/**/*.{h,m}', 'Source/ThirdParty/**/*.{h,m}'
3030
s.public_header_files = 'Source/OCMockito/Core/MKTNonObjectArgumentMatching.h', 'Source/OCMockito/Core/OCMockito.h', 'Source/OCMockito/Invocation/NSInvocation+OCMockito.h', 'Source/OCMockito/Mocking/MKTBaseMockObject.h', 'Source/OCMockito/Mocking/MKTClassObjectMock.h', 'Source/OCMockito/Mocking/MKTObjectAndProtocolMock.h', 'Source/OCMockito/Mocking/MKTObjectMock.h', 'Source/OCMockito/Mocking/MKTProtocolMock.h', 'Source/OCMockito/Stubbing/MKTOngoingStubbing.h'
3131
s.requires_arc = true

Source/MakeDistribution.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
VERSION=7.0.0
3+
VERSION=7.0.1
44
DISTFILE=OCMockito-${VERSION}
55
DISTPATH=build/${DISTFILE}
66
PROJECTROOT=..

Source/OCMockito.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2185,7 +2185,7 @@
21852185
CLANG_ENABLE_MODULES = YES;
21862186
CLANG_ENABLE_OBJC_ARC = YES;
21872187
COPY_PHASE_STRIP = NO;
2188-
CURRENT_PROJECT_VERSION = 7.0.0;
2188+
CURRENT_PROJECT_VERSION = 7.0.1;
21892189
DEBUG_INFORMATION_FORMAT = dwarf;
21902190
DEFINES_MODULE = YES;
21912191
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -2209,7 +2209,7 @@
22092209
"@loader_path/Frameworks",
22102210
);
22112211
MACOSX_DEPLOYMENT_TARGET = 10.10;
2212-
MARKETING_VERSION = 7.0.0;
2212+
MARKETING_VERSION = 7.0.1;
22132213
ONLY_ACTIVE_ARCH = YES;
22142214
PRODUCT_BUNDLE_IDENTIFIER = "org.hamcrest.${TARGET_NAME}";
22152215
PRODUCT_NAME = OCMockito;
@@ -2227,7 +2227,7 @@
22272227
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
22282228
CLANG_ENABLE_MODULES = YES;
22292229
CLANG_ENABLE_OBJC_ARC = YES;
2230-
CURRENT_PROJECT_VERSION = 7.0.0;
2230+
CURRENT_PROJECT_VERSION = 7.0.1;
22312231
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
22322232
DEFINES_MODULE = YES;
22332233
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -2250,7 +2250,7 @@
22502250
"@loader_path/Frameworks",
22512251
);
22522252
MACOSX_DEPLOYMENT_TARGET = 10.10;
2253-
MARKETING_VERSION = 7.0.0;
2253+
MARKETING_VERSION = 7.0.1;
22542254
PRODUCT_BUNDLE_IDENTIFIER = "org.hamcrest.${TARGET_NAME}";
22552255
PRODUCT_NAME = OCMockito;
22562256
TVOS_DEPLOYMENT_TARGET = 12.0;

0 commit comments

Comments
 (0)