Skip to content

Commit b51e568

Browse files
committed
Updated version in README file
1 parent 10ea634 commit b51e568

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@ These methods rely on OWASP's encoders and best-practice fix recommendations.
1515

1616
Start using the CureKit Sanitizers
1717
-----------------------------------
18-
You can download a JAR from [Maven Central](https://search.maven.org/artifact/io.whitesource/curekit/1.0.0/jar).
18+
You can download a JAR from [Maven Central](https://search.maven.org/artifact/io.whitesource/curekit/1.0.3/jar).
1919

2020
The jar is also available in Maven:
2121

2222
```xml
2323
<dependency>
2424
<groupId>io.whitesource</groupId>
2525
<artifactId>curekit</artifactId>
26-
<version>1.0.2</version>
26+
<version>1.1.0</version>
2727
</dependency>
2828
```
2929

3030
Quick Overview
3131
--------------
3232
The CureKit Java library is intended for quick contextual encoding with very little
33-
overhead, either in performance or usage. To get started, simply add the encoder-1.0.0.jar,
33+
overhead, either in performance or usage. To get started, simply add the encoder-1.0.3.jar,
3434
import io.whitesource.cure.Encoder and start using.
3535

3636
Example usage:

0 commit comments

Comments
 (0)