Skip to content

Commit

Permalink
Update version to 0.3.0 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrebnov authored Sep 12, 2024
1 parent 7c8e988 commit 9ec6184
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add the following dependency to your Maven project:
<dependency>
<groupId>ai.spice</groupId>
<artifactId>spiceai</artifactId>
<version>0.2.0</version>
<version>0.3.0</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -22,7 +22,7 @@ Add the following dependency to your Maven project:
Add the following dependency to your Gradle project:

```groovy
implementation 'ai.spice:spiceai:0.2.0'
implementation 'ai.spice:spiceai:0.3.0'
```

### Manual installation
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>ai.spice</groupId>
<artifactId>spiceai</artifactId>
<packaging>jar</packaging>
<version>0.2.0</version>
<version>0.3.0</version>
<name>Java Spice SDK</name>
<url>https://github.com/spiceai/spice-java/</url>
<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>
Expand Down

0 comments on commit 9ec6184

Please sign in to comment.