Skip to content

Commit 61e9e96

Browse files
committed
Prepare for release version 1.0.5
1 parent 1acc6b8 commit 61e9e96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Framework/SWMailgun.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374
"@executable_path/Frameworks",
375375
"@loader_path/Frameworks",
376376
);
377-
MARKETING_VERSION = 1.0.4;
377+
MARKETING_VERSION = 1.0.5;
378378
PRODUCT_BUNDLE_IDENTIFIER = limadeveloper.swmailgun;
379379
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
380380
SKIP_INSTALL = YES;
@@ -400,7 +400,7 @@
400400
"@executable_path/Frameworks",
401401
"@loader_path/Frameworks",
402402
);
403-
MARKETING_VERSION = 1.0.4;
403+
MARKETING_VERSION = 1.0.5;
404404
PRODUCT_BUNDLE_IDENTIFIER = limadeveloper.swmailgun;
405405
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
406406
SKIP_INSTALL = YES;

SWMailgun.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SWMailgun"
3-
s.version = "1.0.4"
3+
s.version = "1.0.5"
44
s.summary = "✉️ SWMailgun provides simple alternative APIs when you need to send an email with your iOS app using Mailgun"
55
s.requires_arc = true
66
s.homepage = "https://github.com/limadeveloper/SWMailgun"

0 commit comments

Comments
 (0)