We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34bb5fe commit c82ca01Copy full SHA for c82ca01
Framework/SWMailgun/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>1.0.1</string>
+ <string>1.0.2</string>
19
<key>CFBundleVersion</key>
20
<string>$(CURRENT_PROJECT_VERSION)</string>
21
</dict>
SWMailgun.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "SWMailgun"
3
- s.version = "1.0.1"
+ s.version = "1.0.2"
4
s.summary = "✉️ SWMailgun provides simple alternative APIs when you need to send an email with your iOS app using Mailgun"
5
s.requires_arc = true
6
s.homepage = "https://github.com/limadeveloper/SWMailgun"
0 commit comments