Skip to content

Commit

Permalink
Release: v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
surpher committed Dec 20, 2024
1 parent 2081589 commit 669e891
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# CHANGELOG

## v1.0.2
## v1.0.3

libpact_ffi-v0.4.25

* f494063 - Fix typos (Marko Justinek)

## v1.0.1

libpact_ffi-v0.4.23
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.2/PactSwiftMockServer-v1.0.2.zip",
checksum: "fcc5831c64ff9fd7a960b705ee7e824a9af5bce1863fcc570e77b8107d28361f"
url: "https://github.com/surpher/PactSwiftMockServerXCFramework/releases/download/v1.0.3/PactSwiftMockServer-v1.0.3.zip",
checksum: "82c97ca7db0852d8395271ffc071824a2932ccb83435bfb1ffbde29237e14225"
),
]
)

0 comments on commit 669e891

Please sign in to comment.