laurier-rochon commited on
Commit
1eeb1c5
·
verified ·
1 Parent(s): 8b50402

Sync card from manifest.json

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -58,7 +58,7 @@ scores can be aggregated across a collection (for example into channel- or feed-
58
  **Swift** ([requirements](https://github.com/Desert-Ant-Labs/desert-ant-core/blob/main/README.md#swift))
59
 
60
  ```swift
61
- .package(url: "https://github.com/Desert-Ant-Labs/desert-ant-core.git", from: "3.1.0")
62
  ```
63
 
64
  Then add the `Gist` product to your target.
@@ -66,7 +66,7 @@ Then add the `Gist` product to your target.
66
  **Kotlin** ([requirements](https://github.com/Desert-Ant-Labs/desert-ant-core/blob/main/README.md#android))
67
 
68
  ```kotlin
69
- implementation("ai.desertant:gist:3.1.0")
70
  ```
71
 
72
  **JavaScript** ([requirements](https://github.com/Desert-Ant-Labs/desert-ant-core/blob/main/README.md#javascript-and-typescript))
 
58
  **Swift** ([requirements](https://github.com/Desert-Ant-Labs/desert-ant-core/blob/main/README.md#swift))
59
 
60
  ```swift
61
+ .package(url: "https://github.com/Desert-Ant-Labs/desert-ant-core.git", from: "3.2.0")
62
  ```
63
 
64
  Then add the `Gist` product to your target.
 
66
  **Kotlin** ([requirements](https://github.com/Desert-Ant-Labs/desert-ant-core/blob/main/README.md#android))
67
 
68
  ```kotlin
69
+ implementation("ai.desertant:gist:3.2.0")
70
  ```
71
 
72
  **JavaScript** ([requirements](https://github.com/Desert-Ant-Labs/desert-ant-core/blob/main/README.md#javascript-and-typescript))