diff --git a/FuegoOnAppleSilicon/Package.swift b/FuegoOnAppleSilicon/Package.swift index cd322b93..3da26935 100644 --- a/FuegoOnAppleSilicon/Package.swift +++ b/FuegoOnAppleSilicon/Package.swift @@ -23,7 +23,7 @@ let package = Package( targets: [ .binaryTarget( name: "FuegoXCFramework", - url: "https://github.com/mesqueeb/FuegoOnAppleSilicon/releases/download/v0.3.2/Fuego-0.3.2.xcframework.zip", + url: "https://github.com/mesqueeb/FuegoOnAppleSilicon/releases/download/v0.3.3/Fuego-0.3.3.xcframework.zip", checksum: "94eda59dc7c819c4a9a69618d62232da410bda9b4576085ed25bce7bdc26bf2b" ), .target( diff --git a/Package.swift b/Package.swift index ef9a7c1a..94e42b53 100644 --- a/Package.swift +++ b/Package.swift @@ -19,7 +19,7 @@ let package = Package( targets: [ .binaryTarget( name: "FuegoXCFramework", - url: "https://github.com/mesqueeb/FuegoOnAppleSilicon/releases/download/v0.3.2/Fuego-0.3.2.xcframework.zip", + url: "https://github.com/mesqueeb/FuegoOnAppleSilicon/releases/download/v0.3.3/Fuego-0.3.3.xcframework.zip", checksum: "94eda59dc7c819c4a9a69618d62232da410bda9b4576085ed25bce7bdc26bf2b" ), .target( diff --git a/README.md b/README.md index 76728be8..31412241 100644 --- a/README.md +++ b/README.md @@ -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.2") +.package(url: "https://github.com/mesqueeb/FuegoOnAppleSilicon", from: "0.3.3") ``` 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.