Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Aug 15, 2024
1 parent acc77e4 commit c4b9d13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.7.1

Released 2024-08-15


## 0.7.0

Released 2024-08-15
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
platforms: [.iOS(.v16), .macOS(.v13), .tvOS(.v16), .watchOS(.v9), .macCatalyst(.v16)],
products: [
.library(name: "SkipSQL", targets: ["SkipSQL"]),
.library(name: "SkipSQLPlus", targets: ["SkipSQLPlus"]),
.library(name: "SkipSQLPlus", type: .dynamic, targets: ["SkipSQLPlus"]),
],
dependencies: [
.package(url: "https://source.skip.tools/skip.git", from: "1.0.4"),
Expand Down

0 comments on commit c4b9d13

Please sign in to comment.