diff --git a/README.md b/README.md
index 6919141..d960b4d 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ This library provides two classes each with a set of static methods which provid
Obtain a v1.2.x or newer build, or checkout and run mvn package, then execute jar file, e.g. with:
- java -jar event_date_qc-1.2.0.jar -f src/test/resources/example_dates.csv
+ java -jar event_date_qc-2.0.0.jar -f src/test/resources/example_dates.csv
Dates from the corpus of example dates that aren't yet recognized will be printed. To show only matched dates add -m as an option, to show both matched and un-matched dates, use -a as an option.
@@ -122,7 +122,7 @@ Available in Maven Central.
org.filteredpush
event_date_qc
- 1.0.5
+ 2.0.0
# Building
diff --git a/pom.xml b/pom.xml
index fca204d..644f08e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
org.filteredpush
event_date_qc
- 2.0.0-SNAPSHOT
+ 2.0.0
event_date_qc
FilteredPush dwc:Event data quality library. Tools for working with dates in forms found in biodiversity data.
https://wiki.filteredpush.org/
@@ -34,7 +34,7 @@
org.datakurator
ffdq-api
- 2.0.0-SNAPSHOT
+ 2.0.0
joda-time