Skip to content

Commit d53671f

Browse files
committed
Rename version
1 parent ee55248 commit d53671f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The second thing we have to do is add the spawn dependency to the project.
9292
<dependency>
9393
<groupId>com.github.eigr</groupId>
9494
<artifactId>spawn-java-std-sdk</artifactId>
95-
<version>v0.5.2</version>
95+
<version>v0.6.0</version>
9696
</dependency>
9797
```
9898
We're also going to configure a few things for our application build to work, including compiling the protobuf files.
@@ -126,7 +126,7 @@ See below a full example of the pom.xml file:
126126
<dependency>
127127
<groupId>com.github.eigr</groupId>
128128
<artifactId>spawn-java-std-sdk</artifactId>
129-
<version>v0.5.2</version>
129+
<version>v0.6.0</version>
130130
</dependency>
131131
<dependency>
132132
<groupId>ch.qos.logback</groupId>

0 commit comments

Comments
 (0)