Skip to content

Commit 4330098

Browse files
committed
bump: 0.0.5v
1 parent 5b9a0dd commit 4330098

File tree

2 files changed

+6
-25
lines changed

2 files changed

+6
-25
lines changed

Diff for: .idea/workspace.xml

+1-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: docs/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Step 2. Add the dependency
4040

4141
```gradle
4242
dependencies {
43-
implementation 'com.github.Multiform-Validator:java:0.0.4'
43+
implementation 'com.github.Multiform-Validator:java:0.0.5'
4444
}
4545
```
4646

@@ -68,7 +68,7 @@ Step 2. Add the dependency
6868
<dependency>
6969
<groupId>com.github.Multiform-Validator</groupId>
7070
<artifactId>java</artifactId>
71-
<version>0.0.4</version>
71+
<version>0.0.5</version>
7272
</dependency>
7373
```
7474

@@ -88,7 +88,7 @@ resolvers += "jitpack" at "https://jitpack.io"
8888
Step 2. Add the dependency
8989

9090
```sbt
91-
libraryDependencies += "com.github.Multiform-Validator" % "java" % "0.0.4"
91+
libraryDependencies += "com.github.Multiform-Validator" % "java" % "0.0.5"
9292
```
9393

9494
</details>
@@ -107,12 +107,12 @@ Add it in your project.clj at the end of repositories:
107107
Step 2. Add the dependency
108108

109109
```clojure
110-
:dependencies [[com.github.Multiform-Validator/java "0.0.4"]]
110+
:dependencies [[com.github.Multiform-Validator/java "0.0.5"]]
111111
```
112112

113113
</details>
114114

115-
## Available methods - JAVA (0.0.4)v
115+
## Available methods - JAVA (0.0.5)v
116116

117117
- [CnpjValidator](https://multiform-validator.github.io/java/classes/CnpjValidator)
118118

0 commit comments

Comments
 (0)