Skip to content

Commit

Permalink
update api vers in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jsinco committed Aug 22, 2024
1 parent ed2f313 commit 778af1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/en/api/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For Java developers, use any release jar locally or get any release from [Jitpac
<dependency>
<groupId>com.github.Jsinco</groupId>
<artifactId>BreweryX</artifactId>
<version>3.2.1</version>
<version>3.2.5</version>
<scope>provided</scope>
</dependency>
```
Expand All @@ -27,6 +27,6 @@ repositories {
}
dependencies {
implementation 'com.github.Jsinco:BreweryX:3.2.1'
implementation 'com.github.Jsinco:BreweryX:3.2.5'
}
```
4 changes: 2 additions & 2 deletions docs/ru/api/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dependency>
<groupId>com.github.Jsinco</groupId>
<artifactId>BreweryX</artifactId>
<version>3.2.1</version>
<version>3.2.5</version>
<scope>provided</scope>
</dependency>
```
Expand All @@ -27,6 +27,6 @@ repositories {
}
dependencies {
implementation 'com.github.Jsinco:BreweryX:3.2.1'
implementation 'com.github.Jsinco:BreweryX:3.2.5'
}
```

0 comments on commit 778af1b

Please sign in to comment.