Skip to content

Commit

Permalink
Prepare for release version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnlima committed Jun 1, 2019
1 parent b0c0f03 commit 527813c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Framework/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 00286d1d067c440935bef60c9c5d2df3a45d5d41

COCOAPODS: 1.7.0
COCOAPODS: 1.7.1
2 changes: 1 addition & 1 deletion Framework/SWMailgun/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.2</string>
<string>1.0.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion SWMailgun.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SWMailgun"
s.version = "1.0.2"
s.version = "1.0.3"
s.summary = "✉️ SWMailgun provides simple alternative APIs when you need to send an email with your iOS app using Mailgun"
s.requires_arc = true
s.homepage = "https://github.com/limadeveloper/SWMailgun"
Expand Down

0 comments on commit 527813c

Please sign in to comment.