Skip to content

Commit c5156f4

Browse files
committed
all: 3.0.1
1 parent b990969 commit c5156f4

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
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.0"
4+
spec.version = "3.0.1"
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@
452452
CODE_SIGN_IDENTITY = "";
453453
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
454454
CODE_SIGN_STYLE = Automatic;
455-
CURRENT_PROJECT_VERSION = 2;
455+
CURRENT_PROJECT_VERSION = 301;
456456
DEFINES_MODULE = YES;
457457
DEVELOPMENT_TEAM = U5K2ETC2Y6;
458458
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -466,7 +466,7 @@
466466
"@executable_path/Frameworks",
467467
"@loader_path/Frameworks",
468468
);
469-
MARKETING_VERSION = 2.0;
469+
MARKETING_VERSION = 3.0.1;
470470
PRODUCT_BUNDLE_IDENTIFIER = com.batch.BatchExtension;
471471
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
472472
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -484,7 +484,7 @@
484484
CODE_SIGN_IDENTITY = "";
485485
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
486486
CODE_SIGN_STYLE = Automatic;
487-
CURRENT_PROJECT_VERSION = 2;
487+
CURRENT_PROJECT_VERSION = 301;
488488
DEFINES_MODULE = YES;
489489
DEVELOPMENT_TEAM = U5K2ETC2Y6;
490490
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -498,7 +498,7 @@
498498
"@executable_path/Frameworks",
499499
"@loader_path/Frameworks",
500500
);
501-
MARKETING_VERSION = 2.0;
501+
MARKETING_VERSION = 3.0.1;
502502
PRODUCT_BUNDLE_IDENTIFIER = com.batch.BatchExtension;
503503
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
504504
PROVISIONING_PROFILE_SPECIFIER = "";

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 3.0.1
2+
3+
- Fix an issue where the extension would not work if the App Group wasn't setup properly
4+
15
# 3.0
26

37
- New features to be announced

0 commit comments

Comments
 (0)