We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ab1b9 commit da9004dCopy full SHA for da9004d
1 file changed
README.md
@@ -12,7 +12,7 @@ Add the following dependency to your Maven project:
12
<dependency>
13
<groupId>ai.spice</groupId>
14
<artifactId>spiceai</artifactId>
15
- <version>0.3.0</version>
+ <version>0.4.0</version>
16
<scope>compile</scope>
17
</dependency>
18
```
@@ -22,7 +22,7 @@ Add the following dependency to your Maven project:
22
Add the following dependency to your Gradle project:
23
24
```groovy
25
-implementation 'ai.spice:spiceai:0.3.0'
+implementation 'ai.spice:spiceai:0.4.0'
26
27
28
### Manual installation
0 commit comments