Skip to content

Commit c27fff0

Browse files
authored
fix invalid version code
1 parent fe08f8f commit c27fff0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ let package = Package(
4848
)
4949
],
5050
dependencies: [
51-
.package(url: "https://github.com/fumito-ito/FunctionCalling-FirebaseVertexAI", from: "0.1.0")
51+
.package(url: "https://github.com/fumito-ito/FunctionCalling-FirebaseVertexAI", from: "0.0.1")
5252
]
5353
)
5454
```
@@ -61,4 +61,4 @@ Please make sure to update tests as appropriate.
6161

6262
## License
6363

64-
The MIT License
64+
The MIT License

0 commit comments

Comments
 (0)