Skip to content

Commit

Permalink
Bumped version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed Mar 9, 2020
1 parent b7c1e7b commit cabf4dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SDWebImageLottieCoder.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|
s.name = 'SDWebImageLottieCoder'
s.version = '0.1.0'
s.summary = 'A short description of SDWebImageLottieCoder.'
s.summary = 'A SDWebImage coder plugin for Lottie animation'

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
Expand All @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
# * Finally, don't worry about the indent, CocoaPods strips it!

s.description = <<-DESC
TODO: Add long description of the pod here.
A Lottie animation coder which use SDAnimatedImageView instead of LOTAnimationView for bitmap rendering.
DESC

s.homepage = 'https://github.com/SDWebImage/SDWebImageLottieCoder'
Expand Down
2 changes: 1 addition & 1 deletion SDWebImageLottieCoder/Module/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit cabf4dd

Please sign in to comment.