Skip to content

Commit

Permalink
chore: 🎉 Release version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed Jun 11, 2024
1 parent becc7ea commit 207e135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let package = Package(
targets: [
.binaryTarget(
name: "FuegoXCFramework",
url: "https://github.com/mesqueeb/FuegoOnAppleSilicon/releases/download/v0.3.0/Fuego-0.3.0.xcframework.zip",
url: "https://github.com/mesqueeb/FuegoOnAppleSilicon/releases/download/v0.3.1/Fuego-0.3.1.xcframework.zip",
checksum: "94eda59dc7c819c4a9a69618d62232da410bda9b4576085ed25bce7bdc26bf2b"
),
.target(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fmesqueeb%2FFuegoOnAppleSilicon%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/mesqueeb/FuegoOnAppleSilicon)

```
.package(url: "https://github.com/mesqueeb/FuegoOnAppleSilicon", from: "0.3.0")
.package(url: "https://github.com/mesqueeb/FuegoOnAppleSilicon", from: "0.3.1")
```

Fuego On Apple Silicon is the Fuego C++ Go engine to play and analyse Go games. Built as multi-platform XCframework for iOS, macOS and visionOS. Wrapped as a modernised Swift Package that can be included in any Swift project and can build on all Apple platforms.
Expand Down

0 comments on commit 207e135

Please sign in to comment.