Skip to content

Commit

Permalink
all: bump version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-roland committed Sep 3, 2024
1 parent f329d5f commit 250a928
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BatchFirebaseDispatcher.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BatchFirebaseDispatcher'
s.version = '3.1.0'
s.version = '3.2.0'
s.summary = 'Batch.com Events Dispatcher Firebase implementation.'

s.description = <<-DESC
Expand Down
8 changes: 4 additions & 4 deletions BatchFirebaseDispatcher.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 5;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = U5K2ETC2Y6;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -428,7 +428,7 @@
"@loader_path/Frameworks",
);
MACH_O_TYPE = staticlib;
MARKETING_VERSION = 3.1.0;
MARKETING_VERSION = 3.2.0;
PRODUCT_BUNDLE_IDENTIFIER = com.batch.ios.BatchFirebaseDispatcher;
PRODUCT_NAME = BatchFirebaseDispatcher;
SKIP_INSTALL = YES;
Expand All @@ -441,7 +441,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 5;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = U5K2ETC2Y6;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -460,7 +460,7 @@
"@loader_path/Frameworks",
);
MACH_O_TYPE = staticlib;
MARKETING_VERSION = 3.1.0;
MARKETING_VERSION = 3.2.0;
PRODUCT_BUNDLE_IDENTIFIER = com.batch.ios.BatchFirebaseDispatcher;
PRODUCT_NAME = BatchFirebaseDispatcher;
SKIP_INSTALL = YES;
Expand Down

0 comments on commit 250a928

Please sign in to comment.