Skip to content

Commit 836a319

Browse files
authored
update readme with new version (#154)
1 parent e2c5e5d commit 836a319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ let package = Package(
8080
name: "TestSdk",
8181
platforms: [.macOS(.v10_15), .iOS(.v13)],
8282
dependencies: [
83-
.package(name: "AWSSwiftSDK", url: "https://github.com/awslabs/aws-sdk-swift", from: "1.0.0"),
83+
.package(name: "AWSSwiftSDK", url: "https://github.com/awslabs/aws-sdk-swift", from: "0.0.1"),
8484
],
8585
targets: [
8686
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)