Skip to content

Commit

Permalink
e - Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Oct 7, 2023
1 parent 028a62d commit fc9ed0b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
NEXT RELEASE
Version 9.0.3
-------------
_07 Oct 2022_

**Project changes:**

Expand Down
4 changes: 2 additions & 2 deletions OCHamcrest.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'OCHamcrest'
s.version = '9.0.2'
s.version = '9.0.3'
s.summary = 'Hamcrest for Objective-C: Powerful, combinable, extensible matchers for verification.'
s.description = <<-DESC
OCHamcrest is:
Expand Down Expand Up @@ -33,7 +33,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0'
s.tvos.deployment_target = '13.0'
s.watchos.deployment_target = '4.0'
s.source = { :git => 'https://github.com/hamcrest/OCHamcrest.git', :tag => 'v9.0.2' }
s.source = { :git => 'https://github.com/hamcrest/OCHamcrest.git', :tag => 'v9.0.3' }
s.source_files = 'Source/OCHamcrest.h', 'Source/Core/**/*.{h,m}', 'Source/Library/**/*.{h,m}'
s.private_header_files = 'Source/Core/Helpers/HCRunloopRunner.h', 'Source/Core/Helpers/NSInvocation+OCHamcrest.h', 'Source/Core/Helpers/ReturnValueGetters/*.h', 'Source/Core/Helpers/TestFailureReporters/HCGenericTestFailureReporter.h', 'Source/Core/Helpers/TestFailureReporters/HCSenTestFailureReporter.h', 'Source/Core/Helpers/TestFailureReporters/HCXCTestFailureReporter.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=9.0.2
VERSION=9.0.3
DISTFILE=OCHamcrest-${VERSION}
DISTPATH=build/${DISTFILE}
PROJECTROOT=..
Expand Down
8 changes: 4 additions & 4 deletions Source/OCHamcrest.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2324,7 +2324,7 @@
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 9.0.2;
CURRENT_PROJECT_VERSION = 9.0.3;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
Expand All @@ -2340,7 +2340,7 @@
LD_DYLIB_INSTALL_NAME = "@rpath/$(EXECUTABLE_PATH)";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 9.0.2;
MARKETING_VERSION = 9.0.3;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "org.hamcrest.${TARGET_NAME}";
PRODUCT_NAME = OCHamcrest;
Expand All @@ -2358,7 +2358,7 @@
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CURRENT_PROJECT_VERSION = 9.0.2;
CURRENT_PROJECT_VERSION = 9.0.3;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
Expand All @@ -2374,7 +2374,7 @@
LD_DYLIB_INSTALL_NAME = "@rpath/$(EXECUTABLE_PATH)";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 9.0.2;
MARKETING_VERSION = 9.0.3;
PRODUCT_BUNDLE_IDENTIFIER = "org.hamcrest.${TARGET_NAME}";
PRODUCT_NAME = OCHamcrest;
TVOS_DEPLOYMENT_TARGET = 13.0;
Expand Down

0 comments on commit fc9ed0b

Please sign in to comment.