diff --git a/README.md b/README.md
index bd8e0956..490d9f56 100644
--- a/README.md
+++ b/README.md
@@ -74,13 +74,13 @@ You can link against this library in your program at the following coordinates:
-groupId: za.co.absa.cobrix artifactId: spark-cobol_2.11 version: 2.7.4
+groupId: za.co.absa.cobrix artifactId: spark-cobol_2.11 version: 2.7.5
|
-groupId: za.co.absa.cobrix artifactId: spark-cobol_2.12 version: 2.7.4
+groupId: za.co.absa.cobrix artifactId: spark-cobol_2.12 version: 2.7.5
|
-groupId: za.co.absa.cobrix artifactId: spark-cobol_2.13 version: 2.7.4
+groupId: za.co.absa.cobrix artifactId: spark-cobol_2.13 version: 2.7.5
|
@@ -91,17 +91,17 @@ This package can be added to Spark using the `--packages` command line option. F
### Spark compiled with Scala 2.11
```
-$SPARK_HOME/bin/spark-shell --packages za.co.absa.cobrix:spark-cobol_2.11:2.7.4
+$SPARK_HOME/bin/spark-shell --packages za.co.absa.cobrix:spark-cobol_2.11:2.7.5
```
### Spark compiled with Scala 2.12
```
-$SPARK_HOME/bin/spark-shell --packages za.co.absa.cobrix:spark-cobol_2.12:2.7.4
+$SPARK_HOME/bin/spark-shell --packages za.co.absa.cobrix:spark-cobol_2.12:2.7.5
```
### Spark compiled with Scala 2.13
```
-$SPARK_HOME/bin/spark-shell --packages za.co.absa.cobrix:spark-cobol_2.13:2.7.4
+$SPARK_HOME/bin/spark-shell --packages za.co.absa.cobrix:spark-cobol_2.13:2.7.5
```
## Usage
@@ -238,8 +238,8 @@ to decode various binary formats.
The jars that you need to get are:
-* spark-cobol_2.12-2.7.4.jar
-* cobol-parser_2.12-2.7.4.jar
+* spark-cobol_2.12-2.7.5.jar
+* cobol-parser_2.12-2.7.5.jar
* scodec-core_2.12-1.10.3.jar
* scodec-bits_2.12-1.1.4.jar
@@ -247,9 +247,9 @@ The jars that you need to get are:
After that you can specify these jars in `spark-shell` command line. Here is an example:
```
-$ spark-shell --packages za.co.absa.cobrix:spark-cobol_2.12:2.7.4
+$ spark-shell --packages za.co.absa.cobrix:spark-cobol_2.12:2.7.5
or
-$ spark-shell --master yarn --deploy-mode client --driver-cores 4 --driver-memory 4G --jars spark-cobol_2.12-2.7.4.jar,cobol-parser_2.12-2.7.4.jar,scodec-core_2.12-1.10.3.jar,scodec-bits_2.12-1.1.4.jar
+$ spark-shell --master yarn --deploy-mode client --driver-cores 4 --driver-memory 4G --jars spark-cobol_2.12-2.7.5.jar,cobol-parser_2.12-2.7.5.jar,scodec-core_2.12-1.10.3.jar,scodec-bits_2.12-1.1.4.jar
Setting default log level to "WARN".
To adjust logging level use sc.setLogLevel(newLevel). For SparkR, use setLogLevel(newLevel).
@@ -320,7 +320,7 @@ The fat jar will have '-bundle' suffix. You can also download pre-built bundles
Then, run `spark-shell` or `spark-submit` adding the fat jar as the option.
```sh
-$ spark-shell --jars spark-cobol_2.12_3.3-2.7.5-SNAPSHOT-bundle.jar
+$ spark-shell --jars spark-cobol_2.12_3.3-2.7.6-SNAPSHOT-bundle.jar
```
>