Skip to content

Commit

Permalink
e Bump version to 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Mar 14, 2022
1 parent e58cdae commit 2f9336a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
NEXT VERSION
------------
Version 7.0.1
-------------
_13 Mar 2022_

**Fixes:**

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 = '7.0.0'
s.version = '7.0.1'
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 @@ -25,7 +25,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '12.0'
s.tvos.deployment_target = '12.0'
s.watchos.deployment_target = '2.0'
s.source = { :git => 'https://github.com/jonreid/OCMockito.git', :tag => 'v7.0.0' }
s.source = { :git => 'https://github.com/jonreid/OCMockito.git', :tag => 'v7.0.1' }
s.source_files = 'Source/OCMockito/**/*.{h,m}', 'Source/ThirdParty/**/*.{h,m}'
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'
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,6 +1,6 @@
#!/bin/bash

VERSION=7.0.0
VERSION=7.0.1
DISTFILE=OCMockito-${VERSION}
DISTPATH=build/${DISTFILE}
PROJECTROOT=..
Expand Down
8 changes: 4 additions & 4 deletions Source/OCMockito.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2185,7 +2185,7 @@
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 7.0.0;
CURRENT_PROJECT_VERSION = 7.0.1;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand All @@ -2209,7 +2209,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 7.0.0;
MARKETING_VERSION = 7.0.1;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "org.hamcrest.${TARGET_NAME}";
PRODUCT_NAME = OCMockito;
Expand All @@ -2227,7 +2227,7 @@
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CURRENT_PROJECT_VERSION = 7.0.0;
CURRENT_PROJECT_VERSION = 7.0.1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand All @@ -2250,7 +2250,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 7.0.0;
MARKETING_VERSION = 7.0.1;
PRODUCT_BUNDLE_IDENTIFIER = "org.hamcrest.${TARGET_NAME}";
PRODUCT_NAME = OCMockito;
TVOS_DEPLOYMENT_TARGET = 12.0;
Expand Down

0 comments on commit 2f9336a

Please sign in to comment.