Skip to content

Commit

Permalink
docs : update release version (0.0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecsimsw committed Jan 25, 2022
1 parent e17825b commit c0dd4ed
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 @@ -18,7 +18,7 @@ repositories {

``` groovy
dependencies {
implementation 'com.github.ecsimsw:fast-crud:0.0.1'
implementation 'com.github.ecsimsw:fast-crud:0.0.2'
}
```
</details>
Expand All @@ -38,7 +38,7 @@ dependencies {
<dependency>
<groupId>com.github.ecsimsw</groupId>
<artifactId>fast-crud</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</dependency>
```

Expand Down

0 comments on commit c0dd4ed

Please sign in to comment.