Skip to content

Commit

Permalink
Lower swift requirement to 5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneQi committed Dec 4, 2022
1 parent 12d9960 commit 139ac62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.7
// swift-tools-version:5.0

import PackageDescription

Expand All @@ -18,7 +18,7 @@ let package = Package(
name: "ZEGBot",
dependencies: [],
path: "./Sources"),
.executableTarget(
.target(
name: "ZEGBotExample",
dependencies: ["ZEGBot"],
path: "./Example"),
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This library wraps the processing of converting objects to Telegram Bot API requ
Add this project as a dependency in your Package.swift file.

```swift
.package(url: "https://github.com/shaneqi/ZEGBot.git", from: Version(4, 2, 7))
.package(url: "https://github.com/shaneqi/ZEGBot.git", from: Version(4, 2, 8))
```
## Quick Start

Expand Down

0 comments on commit 139ac62

Please sign in to comment.