Skip to content

Commit

Permalink
update versions in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
g0ddest committed Oct 13, 2024
1 parent 866750f commit 3b0964f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,19 @@ Maven:
<dependency>
<groupId>name.velikodniy.vitaliy</groupId>
<artifactId>fixedlength</artifactId>
<version>0.11</version>
<version>0.13</version>
<type>pom</type>
</dependency>
```

Gradle:
```groovy
implementation 'name.velikodniy.vitaliy:fixedlength:0.11'
implementation 'name.velikodniy.vitaliy:fixedlength:0.13'
```

Ivy:
```xml
<dependency org='name.velikodniy.vitaliy' name='fixedlength' rev='0.11'>
<dependency org='name.velikodniy.vitaliy' name='fixedlength' rev='0.13'>
<artifact name='fixedlength' ext='pom' ></artifact>
</dependency>
```
Expand Down

0 comments on commit 3b0964f

Please sign in to comment.