Skip to content

Commit 791c01d

Browse files
author
DavidUnderdown
committed
Missed a couple of refs to 1.0
1 parent 56b5300 commit 791c01d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A Validation Tool and APIs for validating CSV (Comma Separated Value) files by u
77

88
Released under the [Mozilla Public Licence version 2.0](http://www.mozilla.org/MPL/2.0/).
99

10-
A [comprehensive user guide is available in GitHub pages] (http://digital-preservation.github.io/csv-validator/), along with a more [complete specification of the CSV Schema language] (http://digital-preservation.github.io/csv-schema/csv-schema-1.0.html).
10+
A [comprehensive user guide is available in GitHub pages] (http://digital-preservation.github.io/csv-validator/), along with a more [complete specification of the CSV Schema language] (http://digital-preservation.github.io/csv-schema/csv-schema-1.1.html).
1111

1212

1313
Technology
@@ -77,7 +77,7 @@ Likewise, if you wish to use the CSV Validator from your own Scala project, the
7777
<dependency>
7878
<groupId>uk.gov.nationalarchives</groupId>
7979
<artifactId>csv-validator-core</artifactId>
80-
<version>1.0</version>
80+
<version>1.1</version>
8181
</dependency>
8282
```
8383

0 commit comments

Comments
 (0)