update version (#4)

Co-authored-by: Hari Nair <hari@alumni.caltech.edu>
This commit is contained in:
Hari Nair
2023-09-26 13:34:55 -04:00
committed by GitHub
parent db852af92a
commit 1626834073

View File

@@ -18,11 +18,13 @@ It is released under the [MIT](LICENSE.md) License.
## Maven Coordinates ## Maven Coordinates
Find the latest version at [Maven Central](https://central.sonatype.com/artifact/edu.jhuapl.ses/picante).
``` ```
<dependency> <dependency>
<groupId>edu.jhuapl.ses</groupId> <groupId>edu.jhuapl.ses</groupId>
<artifactId>picante</artifactId> <artifactId>picante</artifactId>
<version>0.0.0</version> <version>1.0.0</version>
</dependency> </dependency>
``` ```