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

Commit f90af23

Browse files
BUMP Version 1.0.0-alpha.1
1 parent 20ef227 commit f90af23

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Package.resolved

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
dependencies: [
1616
// Dependencies declare other packages that this package depends on.
1717
//.package(path: "../aws-lambda-swift-sprinter-core/"),
18-
.package(url: "https://github.com/swift-sprinter/aws-lambda-swift-sprinter-core", from: "1.0.0")
18+
.package(url: "https://github.com/swift-sprinter/aws-lambda-swift-sprinter-core", from: "1.0.0-alpha.1"),
1919
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.0.0-alpha.3"),
2020
],
2121
targets: [

README.md

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

33

4-
[![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)
4+
[![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)
55

66
The project implements an HTTPS client plugin for the [LambdaSwiftSprinter](https://github.com/swift-sprinter/aws-lambda-swift-sprinter-core) framework.
77

0 commit comments

Comments
 (0)