Skip to content

Commit b098f18

Browse files
committed
1.44.0
1 parent 96a6b0f commit b098f18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
xcodebuild docbuild -scheme swift-api-client -derivedDataPath /tmp/docbuild -destination 'generic/platform=macOS';
4141
4242
$(xcrun --find docc) process-archive \
43-
transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos/SwiftAPIClient.doccarchive \
43+
transform-for-static-hosting /tmp/docbuild/Build/Products/Debug/SwiftAPIClient.doccarchive \
4444
--output-path docs \
4545
--hosting-base-path 'swift-api-client';
4646

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ import PackageDescription
354354
let package = Package(
355355
name: "SomeProject",
356356
dependencies: [
357-
.package(url: "https://github.com/dankinsoid/swift-api-client.git", from: "1.43.2")
357+
.package(url: "https://github.com/dankinsoid/swift-api-client.git", from: "1.44.0")
358358
],
359359
targets: [
360360
.target(

0 commit comments

Comments
 (0)