Skip to content

Commit da9004d

Browse files
authored
Set version to 0.4.0 (#34)
1 parent 69ab1b9 commit da9004d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Add the following dependency to your Maven project:
1212
<dependency>
1313
<groupId>ai.spice</groupId>
1414
<artifactId>spiceai</artifactId>
15-
<version>0.3.0</version>
15+
<version>0.4.0</version>
1616
<scope>compile</scope>
1717
</dependency>
1818
```
@@ -22,7 +22,7 @@ Add the following dependency to your Maven project:
2222
Add the following dependency to your Gradle project:
2323

2424
```groovy
25-
implementation 'ai.spice:spiceai:0.3.0'
25+
implementation 'ai.spice:spiceai:0.4.0'
2626
```
2727

2828
### Manual installation

0 commit comments

Comments
 (0)