Skip to content

Commit

Permalink
Release: v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surpher committed Dec 19, 2024
1 parent 85f5ce7 commit 8b3b942
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

libpact_ffi-v0.4.23

* 893b98f - Refactor release script (Marko Justinek)
* 7c931d2 - Refactor release script (Marko Justinek)
* 7ba969f - Fix generate_version_number func (Marko Justinek)
* 97e14cd - Attempt to fix libpact_ffi build on CI (Marko Justinek)
* 0a9a2fa - Feature/swift concurrency (#15) (Marko Justinek)
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "PactSwiftMockServer",
url: "https://github.com/surpher/PactSwiftMockServerXCFramework/releases/download/v1.0.0/PactSwiftMockServer-v1.0.0.xcframework.zip",
checksum: ""
url: "https://github.com/surpher/PactSwiftMockServerXCFramework/releases/download/v1.0.0/PactSwiftMockServer-v1.0.0.zip",
checksum: "4cb1e14918d502369a9c2f9f1b23560a6473de859f53d73c49aaa85f4c77d30e"
),
]
)

0 comments on commit 8b3b942

Please sign in to comment.