Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
Bumped the version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed Jan 31, 2020
1 parent 8df364a commit e9dac07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions SDWebImageSVGKitPlugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SDWebImageSVGKitPlugin'
s.version = '1.0.0'
s.version = '1.1.0'
s.summary = 'A SVG coder plugin for SDWebImage, using SVGKit.'

# This description is used to generate tags and improve search results.
Expand All @@ -23,7 +23,7 @@ TODO: Add long description of the pod here.

s.homepage = 'https://github.com/SDWebImage/SDWebImageSVGKitPlugin'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { '[email protected]' => '[email protected]' }
s.author = { 'DreamPiggy' => '[email protected]' }
s.source = { :git => 'https://github.com/SDWebImage/SDWebImageSVGKitPlugin.git', :tag => s.version.to_s }

s.ios.deployment_target = '8.0'
Expand Down
4 changes: 2 additions & 2 deletions SDWebImageSVGKitPlugin/Module/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>1.1.0</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<string>1.1.0</string>
</dict>
</plist>

0 comments on commit e9dac07

Please sign in to comment.