Skip to content

Commit fb0dc80

Browse files
committed
new release version
1 parent 1b7faf6 commit fb0dc80

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
@@ -93,7 +93,7 @@ The second thing we have to do is add the spawn dependency to the project.
9393
<dependency>
9494
<groupId>com.github.eigr</groupId>
9595
<artifactId>spawn-java-std-sdk</artifactId>
96-
<version>v0.9.0</version>
96+
<version>v0.9.1</version>
9797
</dependency>
9898
```
9999
We're also going to configure a few things for our application build to work, including compiling the protobuf files.
@@ -127,7 +127,7 @@ See below a full example of the pom.xml file:
127127
<dependency>
128128
<groupId>com.github.eigr</groupId>
129129
<artifactId>spawn-java-std-sdk</artifactId>
130-
<version>v0.9.0</version>
130+
<version>v0.9.1</version>
131131
</dependency>
132132
<dependency>
133133
<groupId>ch.qos.logback</groupId>

0 commit comments

Comments
 (0)