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

Commit e9dac07

Browse files
committed
Bumped the version to 1.1.0
1 parent 8df364a commit e9dac07

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: SDWebImageSVGKitPlugin.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'SDWebImageSVGKitPlugin'
11-
s.version = '1.0.0'
11+
s.version = '1.1.0'
1212
s.summary = 'A SVG coder plugin for SDWebImage, using SVGKit.'
1313

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

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

2929
s.ios.deployment_target = '8.0'

Diff for: SDWebImageSVGKitPlugin/Module/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0.0</string>
18+
<string>1.1.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>1.0.0</string>
20+
<string>1.1.0</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)