Skip to content

Commit f0e0652

Browse files
committed
Update documentation to reflect the 0.06 release
1 parent 7edd401 commit f0e0652

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/project_setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ your Maven project, simply add the following to your `pom.xml`:
2323
<dependency>
2424
<groupId>org.realityforge.sting</groupId>
2525
<artifactId>sting-core</artifactId>
26-
<version>0.05</version>
26+
<version>0.06</version>
2727
</dependency>
2828
...
2929
</dependencies>
@@ -50,7 +50,7 @@ snippet to configure the maven compiler plugin from within the `pom.xml`:
5050
<path>
5151
<groupId>org.realityforge.sting</groupId>
5252
<artifactId>sting-processor</artifactId>
53-
<version>0.05</version>
53+
<version>0.06</version>
5454
</path>
5555
</annotationProcessorPaths>
5656
</configuration>

0 commit comments

Comments
 (0)