We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13de97a commit 4715fe6Copy full SHA for 4715fe6
SDWebImageVideoCoder.podspec
@@ -8,7 +8,7 @@
8
9
Pod::Spec.new do |s|
10
s.name = 'SDWebImageVideoCoder'
11
- s.version = '0.1.0'
+ s.version = '0.1.1'
12
s.summary = 'A toy (non-production) SDWebImage coder plugin to play Video Format like MP4 on Animated Image View'
13
14
# This description is used to generate tags and improve search results.
SDWebImageVideoCoder/Module/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>0.1.0</string>
+ <string>0.1.1</string>
19
<key>CFBundleVersion</key>
20
<string>$(CURRENT_PROJECT_VERSION)</string>
21
</dict>
0 commit comments