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 Docs/README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Un `AsyncImage` para SwiftUI (iOS) más inteligente y rápido, con caché en mem

```swift
dependencies: [
.package(url: "https://github.com/gentle-giraffe-apps/SmartAsyncImage.git", from: "0.1.1")
.package(url: "https://github.com/gentle-giraffe-apps/SmartAsyncImage.git", from: "0.1.2")
]
```

Expand Down
2 changes: 1 addition & 1 deletion Docs/README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ SwiftUI (iOS) 向けの、より高速でスマートな `AsyncImage`。メモ

```swift
dependencies: [
.package(url: "https://github.com/gentle-giraffe-apps/SmartAsyncImage.git", from: "0.1.1")
.package(url: "https://github.com/gentle-giraffe-apps/SmartAsyncImage.git", from: "0.1.2")
]
```

Expand Down
2 changes: 1 addition & 1 deletion Docs/README.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ SwiftUI (iOS)를 위한 더 스마트하고 빠른 `AsyncImage` 대체제. 메

```swift
dependencies: [
.package(url: "https://github.com/gentle-giraffe-apps/SmartAsyncImage.git", from: "0.1.1")
.package(url: "https://github.com/gentle-giraffe-apps/SmartAsyncImage.git", from: "0.1.2")
]
```

Expand Down
2 changes: 1 addition & 1 deletion Docs/README.pt-BR.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Um `AsyncImage` para SwiftUI (iOS) mais inteligente e rápido, com cache em mem

```swift
dependencies: [
.package(url: "https://github.com/gentle-giraffe-apps/SmartAsyncImage.git", from: "0.1.1")
.package(url: "https://github.com/gentle-giraffe-apps/SmartAsyncImage.git", from: "0.1.2")
]
```

Expand Down
2 changes: 1 addition & 1 deletion Docs/README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

```swift
dependencies: [
.package(url: "https://github.com/gentle-giraffe-apps/SmartAsyncImage.git", from: "0.1.1")
.package(url: "https://github.com/gentle-giraffe-apps/SmartAsyncImage.git", from: "0.1.2")
]
```

Expand Down
2 changes: 1 addition & 1 deletion Docs/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

```swift
dependencies: [
.package(url: "https://github.com/gentle-giraffe-apps/SmartAsyncImage.git", from: "0.1.1")
.package(url: "https://github.com/gentle-giraffe-apps/SmartAsyncImage.git", from: "0.1.2")
]
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ A smarter, faster `AsyncImage` for SwiftUI (iOS) with built-in in-memory and dis

```swift
dependencies: [
.package(url: "https://github.com/gentle-giraffe-apps/SmartAsyncImage.git", from: "0.1.1")
.package(url: "https://github.com/gentle-giraffe-apps/SmartAsyncImage.git", from: "0.1.2")
]
```

Expand Down
Loading