Skip to content

Commit

Permalink
Bumped version to 0.2.0, support metadata cache
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed Dec 6, 2019
1 parent f25e3aa commit fb46278
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cartfile
@@ -1 +1 @@
github "SDWebImage/SDWebImage" ~> 5.0
github "SDWebImage/SDWebImage" ~> 5.4
2 changes: 1 addition & 1 deletion Cartfile.resolved
@@ -1 +1 @@
github "SDWebImage/SDWebImage" "5.3.2"
github "SDWebImage/SDWebImage" "5.4.0"
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -17,7 +17,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/SDWebImage/SDWebImage.git", from: "5.1.0")
.package(url: "https://github.com/SDWebImage/SDWebImage.git", from: "5.4.0")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
2 changes: 1 addition & 1 deletion SDWebImageLinkPlugin.podspec
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SDWebImageLinkPlugin'
s.version = '0.1.0'
s.version = '0.2.0'
s.summary = 'A SDWebImage loader plugin, to support load rich link image with LinkPresentation framework'

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion SDWebImageLinkPlugin/Module/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.1.0</string>
<string>0.2.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit fb46278

Please sign in to comment.