Skip to content

Commit

Permalink
Bumped version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed Nov 23, 2019
1 parent bf4bccb commit cf1f749
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Expecta (1.0.6)
- SDWebImage/Core (5.1.0)
- SDWebImagePhotosPlugin (0.4.0):
- SDWebImagePhotosPlugin (1.0.0):
- SDWebImage/Core (~> 5.0)

DEPENDENCIES:
Expand All @@ -20,7 +20,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Expecta: 3b6bd90a64b9a1dcb0b70aa0e10a7f8f631667d5
SDWebImage: fb387001955223213dde14bc08c8b73f371f8d8f
SDWebImagePhotosPlugin: 0055105db4af4a89fb2c977b8b0e15291be4ee3f
SDWebImagePhotosPlugin: 05e69cf266074a26fc16ad5da5b577ab41a10ea4

PODFILE CHECKSUM: 60756e45d1da564a14e0e1964ffd639deadc2855

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ SDWebImagePhotosPlugin is available through [Swift Package Manager](https://swif
```swift
let package = Package(
dependencies: [
.package(url: "https://github.com/SDWebImage/SDWebImagePhotosPlugin.git", from: "0.3")
.package(url: "https://github.com/SDWebImage/SDWebImagePhotosPlugin.git", from: "1.0")
]
)
```
Expand Down
2 changes: 1 addition & 1 deletion SDWebImagePhotosPlugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SDWebImagePhotosPlugin'
s.version = '0.4.0'
s.version = '1.0.0'
s.summary = 'A SDWebImage plugin to support Photos framework image loading.'

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions SDWebImagePhotosPlugin/Module/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.4.0</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>0.4.0</string>
<string>1.0.0</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down

0 comments on commit cf1f749

Please sign in to comment.