diff --git a/CITATION.cff b/CITATION.cff index ae5726c..a85a2fb 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,8 +1,8 @@ cff-version: 1.2.0 message: "If you use this software, please cite it as below." title: Euclid -version: 2.3 -date-released: 2022-08-21 +version: 2.4 +date-released: 2022-10-09 url: "https://github.com/BlueObelisk/euclid" preferred-citation: type: article diff --git a/README.md b/README.md index 75a64a1..6dfb5b4 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ It's used a lot in CML tools (JUMBO, JUMBO-converters) and also AMI (for extract Instructions to increase the version: ```shell -mvn versions:set -DnewVersion=2.4-SNAPSHOT +mvn versions:set -DnewVersion=2.5-SNAPSHOT ``` Deploy to Sonatype with the following commands, for snapshots and releases respectively: