Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 40657de

Browse files
BUMP Version 1.0.0-alpha.1
1 parent 6f5d0ff commit 40657de

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Examples/HTTPSRequest/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
dependencies: [
99
// Dependencies declare other packages that this package depends on.
1010
//.package(path: "../../../aws-lambda-swift-sprinter-nio-plugin"),
11-
.package(url: "https://github.com/swift-sprinter/aws-lambda-swift-sprinter-nio-plugin", from: "1.0.0")
11+
.package(url: "https://github.com/swift-sprinter/aws-lambda-swift-sprinter-nio-plugin", from: "1.0.0-alpha.1")
1212
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
1313
],
1414
targets: [

Examples/HelloWorld/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
dependencies: [
99
// Dependencies declare other packages that this package depends on.
1010
//.package(path: "../../../aws-lambda-swift-sprinter-core"),
11-
.package(url: "https://github.com/swift-sprinter/aws-lambda-swift-sprinter-core", from: "1.0.0")
11+
.package(url: "https://github.com/swift-sprinter/aws-lambda-swift-sprinter-core", from: "1.0.0-alpha.1")
1212
],
1313
targets: [
1414
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

Examples/S3Test/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
// Dependencies declare other packages that this package depends on.
99
// .package(url: /* package url */, from: "1.0.0"),
1010
//.package(path: "../../../aws-lambda-swift-sprinter-core"),
11-
.package(url: "https://github.com/swift-sprinter/aws-lambda-swift-sprinter-core", from: "1.0.0")
11+
.package(url: "https://github.com/swift-sprinter/aws-lambda-swift-sprinter-core", from: "1.0.0-alpha.1")
1212
.package(url: "https://github.com/swift-aws/aws-sdk-swift.git", .branch("nio2.0")),
1313
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
1414
],

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# aws-lambda-swift-sprinter
22

3-
[![Swift 5](https://img.shields.io/badge/Swift-5.0-blue.svg)](https://swift.org/download/) ![](https://img.shields.io/badge/version-1.0.0.alpha.1-red)
3+
[![Swift 5](https://img.shields.io/badge/Swift-5.0-blue.svg)](https://swift.org/download/) ![](https://img.shields.io/badge/version-1.0.0--alpha.1-red)
44

55
![](./images/aws-lambda-swift-sprinter.png)
66

0 commit comments

Comments
 (0)