Skip to content

Commit 930231e

Browse files
committed
Bump version to 0.3.0
update the README
1 parent 739d80f commit 930231e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ It aims to ensure the following function available for users and try to do some
1717
+ SwiftUI compatibility
1818
+ Swift source code compatibility
1919

20-
Note we do not guarantee the public API stable for current status. Since SwiftUI is a new platform for us, we need to investigate the API design.
20+
Note we do not guarantee the public API stable for current status until v1.0 version. Since SwiftUI is a new platform for us, we need to investigate the API design.
2121

2222
## Requirements
2323

@@ -54,7 +54,7 @@ SDWebImageSwiftUI is available through [Swift Package Manager](https://swift.org
5454
```swift
5555
let package = Package(
5656
dependencies: [
57-
.package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "0.2")
57+
.package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "0.3")
5858
],
5959
)
6060
```

SDWebImageSwiftUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'SDWebImageSwiftUI'
11-
s.version = '0.2.0'
11+
s.version = '0.3.0'
1212
s.summary = 'Integration of SDWebImage Asynchronous image loading and SwiftUI framework'
1313

1414
s.description = <<-DESC

SDWebImageSwiftUI/Module/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.2.0</string>
18+
<string>0.3.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

0 commit comments

Comments
 (0)