diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index ba72f42..c2bbe76 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,26 +4,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/docs/README.md b/docs/README.md
index 79631f4..7cdf7d3 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -40,7 +40,7 @@ Step 2. Add the dependency
```gradle
dependencies {
- implementation 'com.github.Multiform-Validator:java:0.0.4'
+ implementation 'com.github.Multiform-Validator:java:0.0.5'
}
```
@@ -68,7 +68,7 @@ Step 2. Add the dependency
com.github.Multiform-Validator
java
- 0.0.4
+ 0.0.5
```
@@ -88,7 +88,7 @@ resolvers += "jitpack" at "https://jitpack.io"
Step 2. Add the dependency
```sbt
-libraryDependencies += "com.github.Multiform-Validator" % "java" % "0.0.4"
+libraryDependencies += "com.github.Multiform-Validator" % "java" % "0.0.5"
```
@@ -107,12 +107,12 @@ Add it in your project.clj at the end of repositories:
Step 2. Add the dependency
```clojure
-:dependencies [[com.github.Multiform-Validator/java "0.0.4"]]
+:dependencies [[com.github.Multiform-Validator/java "0.0.5"]]
```
-## Available methods - JAVA (0.0.4)v
+## Available methods - JAVA (0.0.5)v
- [CnpjValidator](https://multiform-validator.github.io/java/classes/CnpjValidator)