Skip to content

Commit

Permalink
bump: 0.0.5v
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Jul 13, 2024
1 parent 5b9a0dd commit 4330098
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 25 deletions.
21 changes: 1 addition & 20 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down Expand Up @@ -68,7 +68,7 @@ Step 2. Add the dependency
<dependency>
<groupId>com.github.Multiform-Validator</groupId>
<artifactId>java</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>
</dependency>
```

Expand All @@ -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"
```

</details>
Expand All @@ -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"]]
```

</details>

## Available methods - JAVA (0.0.4)v
## Available methods - JAVA (0.0.5)v

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

Expand Down

0 comments on commit 4330098

Please sign in to comment.