We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aafb60 commit e8f32f1Copy full SHA for e8f32f1
AwaitToast.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "AwaitToast"
3
- s.version = "1.0.1"
+ s.version = "1.1.0"
4
s.summary = "🍞 Basic toast as well as async waiting toast."
5
s.homepage = "https://github.com/k-lpmg/AwaitToast"
6
s.license = { :type => 'MIT', :file => 'LICENSE' }
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.1.0</string>
19
<key>CFBundleVersion</key>
20
<string>$(CURRENT_PROJECT_VERSION)</string>
21
</dict>
0 commit comments