Skip to content

Commit 4fee09d

Browse files
committed
Update documentation to reflect the 0.01 release
1 parent 5ca0d1b commit 4fee09d

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
@@ -24,7 +24,7 @@ your Maven project, simply add the following to your `pom.xml`:
2424
<dependency>
2525
<groupId>org.realityforge.sting</groupId>
2626
<artifactId>sting-core</artifactId>
27-
<version>0.00</version>
27+
<version>0.01</version>
2828
</dependency>
2929
...
3030
</dependencies>
@@ -51,7 +51,7 @@ snippet to configure the maven compiler plugin from within the `pom.xml`:
5151
<path>
5252
<groupId>org.realityforge.sting</groupId>
5353
<artifactId>sting-processor</artifactId>
54-
<version>0.00</version>
54+
<version>0.01</version>
5555
</path>
5656
</annotationProcessorPaths>
5757
</configuration>

0 commit comments

Comments
 (0)