Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Idane committed Feb 10, 2021
1 parent c42c9b8 commit b0b4114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ Contains useful utilities and classes for web operations
<dependency>
<groupId>com.antelopesystem.crudframework</groupId>
<artifactId>crud-framework-web</artifactId>
<version>0.3.1</version>
<version>0.3.3</version>
</dependency>
```

Gradle:

```kotlin
implementation("com.antelopesystem.crudframework:crud-framework-web:0.3.1")
implementation("com.antelopesystem.crudframework:crud-framework-web:0.3.3")
```

### Operation
Expand Down

0 comments on commit b0b4114

Please sign in to comment.