diff --git a/README.md b/README.md index e8fa4406..33f0949b 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,8 @@ a dedicated team of experts are ready to assist you). ### Installation ### -Just download the jar file from [here](http://oss.sonatype.org/content/repositories/releases/com/univocity/univocity-parsers/1.1.1/univocity-parsers-1.1.1.jar). + +Just download the jar file from [here](http://oss.sonatype.org/content/repositories/releases/com/univocity/univocity-parsers/1.2.0/univocity-parsers-1.2.0.jar). Or, if you use maven, simply add the following to your `pom.xml` @@ -105,7 +106,7 @@ Or, if you use maven, simply add the following to your `pom.xml` com.univocity univocity-parsers - 1.1.1 + 1.2.0 jar ... diff --git a/pom.xml b/pom.xml index 9f56730d..54884f8f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.univocity univocity-parsers - 1.2.0-SNAPSHOT + 1.2.0 univocity-parsers jar uniVocity's open source parsers for processing different text formats using a consistent API