Skip to content

Commit 49abc51

Browse files
committed
Bump version to 0.5.0
1 parent 0e50ec3 commit 49abc51

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
@@ -9,7 +9,7 @@ for running AI tasks like chat completion, text-to-image generation, and more.
99
## Requirements
1010

1111
- Swift 6.0+
12-
- macOS 14.0+ / iOS 17.0+ / watchOS 10.0+ / tvOS 17.0+ / visionOS 1.0+
12+
- macOS 14.0+ / iOS 17.0+ / watchOS 10.0+ / tvOS 17.0+ / visionOS 1.0+ / Linux
1313

1414
## Installation
1515

@@ -19,7 +19,7 @@ Add the following to your `Package.swift`:
1919

2020
```swift
2121
dependencies: [
22-
.package(url: "https://github.com/huggingface/swift-huggingface.git", from: "0.4.0")
22+
.package(url: "https://github.com/huggingface/swift-huggingface.git", from: "0.5.0")
2323
]
2424
```
2525

0 commit comments

Comments
 (0)