Skip to content

Commit b37057d

Browse files
committed
chore: bump version to 4.0.0
1 parent acfe70b commit b37057d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

BatchExtension.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = "BatchExtension"
4-
spec.version = "3.0.3"
4+
spec.version = "4.0.0"
55
spec.summary = "Batch.com iOS SDK for App Extensions."
66
spec.homepage = "https://batch.com"
77
spec.license = { :type => "MIT", :file => "LICENSE" }

BatchExtension.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@
418418
"@executable_path/Frameworks",
419419
"@loader_path/Frameworks",
420420
);
421-
MARKETING_VERSION = 3.0.3;
421+
MARKETING_VERSION = 4.0.0;
422422
PRODUCT_BUNDLE_IDENTIFIER = com.batch.BatchExtension;
423423
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
424424
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -450,7 +450,7 @@
450450
"@executable_path/Frameworks",
451451
"@loader_path/Frameworks",
452452
);
453-
MARKETING_VERSION = 3.0.3;
453+
MARKETING_VERSION = 4.0.0;
454454
PRODUCT_BUNDLE_IDENTIFIER = com.batch.BatchExtension;
455455
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
456456
PROVISIONING_PROFILE_SPECIFIER = "";

0 commit comments

Comments
 (0)