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

Commit 3afe37b

Browse files
Merge pull request #8 from Andrea-Scuderi/feature/1.0.0-alpha3
Update README.md to 1.0.0-alpha.3
2 parents 8a9f83c + 7d21b6b commit 3afe37b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# aws-lambda-swift-sprinter-core
22

3-
[![Swift 5](https://img.shields.io/badge/Swift-5.0-blue.svg)](https://swift.org/download/) [![Swift 5.1.2](https://img.shields.io/badge/Swift-5.1.2-blue.svg)](https://swift.org/download/) ![](https://img.shields.io/badge/version-1.0.0--alpha.2-red) ![](https://travis-ci.com/swift-sprinter/aws-lambda-swift-sprinter-core.svg?branch=master) [![codecov](https://codecov.io/gh/swift-sprinter/aws-lambda-swift-sprinter-core/branch/master/graph/badge.svg)](https://codecov.io/gh/swift-sprinter/aws-lambda-swift-sprinter-core)
3+
[![Swift 5](https://img.shields.io/badge/Swift-5.0-blue.svg)](https://swift.org/download/) [![Swift 5.1.2](https://img.shields.io/badge/Swift-5.1.2-blue.svg)](https://swift.org/download/) ![](https://img.shields.io/badge/version-1.0.0--alpha.3-red) ![](https://travis-ci.com/swift-sprinter/aws-lambda-swift-sprinter-core.svg?branch=master) [![codecov](https://codecov.io/gh/swift-sprinter/aws-lambda-swift-sprinter-core/branch/master/graph/badge.svg)](https://codecov.io/gh/swift-sprinter/aws-lambda-swift-sprinter-core)
44

55
**LambdaSwiftSprinter** is a Swift framework allowing the development of AWS Lambdas based on the [AWS Lambda Custom Runtime](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-custom.html) for Swift.
66

@@ -32,7 +32,7 @@ import PackageDescription
3232
let package = Package(
3333
name: "HelloWorld",
3434
dependencies: [
35-
.package(url: "https://github.com/swift-sprinter/aws-lambda-swift-sprinter-core", from: "1.0.0-alpha.2")
35+
.package(url: "https://github.com/swift-sprinter/aws-lambda-swift-sprinter-core", from: "1.0.0-alpha.3")
3636
],
3737
targets: [
3838
.target(

0 commit comments

Comments
 (0)