Skip to content

Commit

Permalink
Update README.md in preparation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
realityforge committed Jun 3, 2020
1 parent 5561aa3 commit 806ac23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The simplest way to use the library;
<dependency>
<groupId>org.realityforge.arez.persist</groupId>
<artifactId>arez-persist-core</artifactId>
<version>0.06</version>
<version>0.07</version>
</dependency>
```
* To enable the annotation processor used by the framework, you need add the following
Expand All @@ -40,7 +40,7 @@ The simplest way to use the library;
<path>
<groupId>org.realityforge.arez.persist</groupId>
<artifactId>arez-persist-processor</artifactId>
<version>0.06</version>
<version>0.07</version>
</path>
</annotationProcessorPaths>
</configuration>
Expand Down

0 comments on commit 806ac23

Please sign in to comment.