Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Idane committed Apr 22, 2021
1 parent e2aecc2 commit 37607fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ Maven:
<dependency>
<groupId>com.antelopesystem.crudframework</groupId>
<artifactId>crud-framework-hibernate5-connector</artifactId>
<version>0.3.1</version>
<version>0.4.1</version>
</dependency>
```

Gradle:

```kotlin
implementation("com.antelopesystem.crudframework:crud-framework-hibernate5-connector:0.3.1")
implementation("com.antelopesystem.crudframework:crud-framework-hibernate5-connector:0.4.1")
```

### MongoDB Connector
Expand All @@ -44,14 +44,14 @@ implementation("com.antelopesystem.crudframework:crud-framework-hibernate5-conne
<dependency>
<groupId>com.antelopesystem.crudframework</groupId>
<artifactId>crud-framework-mongo-connector</artifactId>
<version>0.3.1</version>
<version>0.4.1</version>
</dependency>
```

Gradle:

```kotlin
implementation("com.antelopesystem.crudframework:crud-framework-mongo-connector:0.3.1")
implementation("com.antelopesystem.crudframework:crud-framework-mongo-connector:0.4.1")
```


Expand Down

0 comments on commit 37607fe

Please sign in to comment.