Skip to content

Commit e7c72e1

Browse files
authored
Upgrade version to 0.2.0 (#18)
1 parent d22e3aa commit e7c72e1

2 files changed

Lines changed: 3 additions & 3 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.1.0</version>
15+
<version>0.2.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.1.0'
25+
implementation 'ai.spice:spiceai:0.2.0'
2626
```
2727

2828
### Manual installation

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>ai.spice</groupId>
55
<artifactId>spiceai</artifactId>
66
<packaging>jar</packaging>
7-
<version>0.1.0</version>
7+
<version>0.2.0</version>
88
<name>Java Spice SDK</name>
99
<url>https://github.com/spiceai/spice-java/</url>
1010
<description>Spice provides a unified SQL query interface and portable runtime to locally materialize, accelerate, and query datasets from any database, data warehouse, or data lake.</description>

0 commit comments

Comments
 (0)