Skip to content

Commit cf1f749

Browse files
committed
Bumped version to 1.0.0
1 parent bf4bccb commit cf1f749

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Example/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
22
- Expecta (1.0.6)
33
- SDWebImage/Core (5.1.0)
4-
- SDWebImagePhotosPlugin (0.4.0):
4+
- SDWebImagePhotosPlugin (1.0.0):
55
- SDWebImage/Core (~> 5.0)
66

77
DEPENDENCIES:
@@ -20,7 +20,7 @@ EXTERNAL SOURCES:
2020
SPEC CHECKSUMS:
2121
Expecta: 3b6bd90a64b9a1dcb0b70aa0e10a7f8f631667d5
2222
SDWebImage: fb387001955223213dde14bc08c8b73f371f8d8f
23-
SDWebImagePhotosPlugin: 0055105db4af4a89fb2c977b8b0e15291be4ee3f
23+
SDWebImagePhotosPlugin: 05e69cf266074a26fc16ad5da5b577ab41a10ea4
2424

2525
PODFILE CHECKSUM: 60756e45d1da564a14e0e1964ffd639deadc2855
2626

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ SDWebImagePhotosPlugin is available through [Swift Package Manager](https://swif
4747
```swift
4848
let package = Package(
4949
dependencies: [
50-
.package(url: "https://github.com/SDWebImage/SDWebImagePhotosPlugin.git", from: "0.3")
50+
.package(url: "https://github.com/SDWebImage/SDWebImagePhotosPlugin.git", from: "1.0")
5151
]
5252
)
5353
```

SDWebImagePhotosPlugin.podspec

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

99
Pod::Spec.new do |s|
1010
s.name = 'SDWebImagePhotosPlugin'
11-
s.version = '0.4.0'
11+
s.version = '1.0.0'
1212
s.summary = 'A SDWebImage plugin to support Photos framework image loading.'
1313

1414
s.description = <<-DESC

SDWebImagePhotosPlugin/Module/Info.plist

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

0 commit comments

Comments
 (0)