Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Add the package to your `Package.swift` dependencies:

```swift
dependencies: [
.package(url: "git@github.com:appwrite/sdk-for-apple.git", from: "17.1.1"),
.package(url: "git@github.com:appwrite/sdk-for-apple.git", from: "17.2.0"),
],
```

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/avatars/get-screenshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let bytes = try await avatars.getScreenshot(
userAgent: "Mozilla/5.0 (iPhone; CPU iPhone OS 14_0 like Mac OS X) AppleWebKit/605.1.15", // optional
fullpage: true, // optional
locale: "en-US", // optional
timezone: .americaNewYork, // optional
timezone: .africaAbidjan, // optional
latitude: 37.7749, // optional
longitude: -122.4194, // optional
Comment thread
TorstenDittmann marked this conversation as resolved.
accuracy: 100, // optional
Expand Down
Loading