Skip to content

Commit

Permalink
release: advancing to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heckj committed Jul 1, 2023
1 parent d616fa2 commit 6f7e1fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ if ProcessInfo.processInfo.environment["LOCAL_BUILD"] != nil {
} else {
FFIbinaryTarget = .binaryTarget(
name: "automergeFFI",
url: "https://github.com/automerge/automerge-swift/releases/download/0.1.1/automergeFFI.xcframework.zip",
checksum: "2a73a8723c330df82d24ab0e27a7964b68b6b966878335bedae9f46491618f61"
url: "https://github.com/automerge/automerge-swift/releases/download/0.3.0/automergeFFI.xcframework.zip",
checksum: "8cf0b680ccbf7f97b8efac3d3defa84a06f3b3869d5c23e4535905d0f9c70e58"
)
}

Expand Down
2 changes: 1 addition & 1 deletion notes/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The version that you are releasing is embedded in this URL - `0.1.0` in this cas
The pattern is roughly:

```
https://github.com/automerge/automerge-swift/releases/download/0.10/automergeFFI.xcframework.zip
https://github.com/automerge/automerge-swift/releases/download/0.1.0/automergeFFI.xcframework.zip
```

The end result of that section of Package.swift should look something like:
Expand Down

0 comments on commit 6f7e1fc

Please sign in to comment.