Skip to content

Commit

Permalink
SwiftGen 6.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
djbe committed Jul 31, 2022
1 parent 24b7a10 commit bc3038f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

---

## 6.6.1

### Changes in core dependencies of SwiftGenPlugin

* [SwiftGen 6.6.1](https://github.com/SwiftGen/SwiftGen/blob/6.6.1/CHANGELOG.md)

## 6.6.0

### Changes in core dependencies of SwiftGenPlugin
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ let package = Package(
),
.binaryTarget(
name: "swiftgen",
url: "https://github.com/SwiftGen/SwiftGen/releases/download/6.6.0/swiftgen-6.6.0.artifactbundle.zip",
checksum: "1f6f4739df2e3299a07682859f4c72c5e18b66a553f329f9cd3a8cfbcfa21917"
url: "https://github.com/SwiftGen/SwiftGen/releases/download/6.6.1/swiftgen-6.6.1.artifactbundle.zip",
checksum: "69f0dae351747247a3dd88985a8643e527aff87e677963b4db59f6b67fbadbb7"
)
]
)

0 comments on commit bc3038f

Please sign in to comment.