Skip to content

Commit

Permalink
Updates to version 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Milchreis committed Jun 30, 2024
1 parent 83be507 commit 747bb7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,8 @@ If you want to use `UiBooster` than add the following to your pom.xml.
```xml
<dependency>
<groupId>com.github.Milchreis</groupId>
<artifactId>UiBooster</artifactId>
<version>1.21.0</version>
<artifactId>uibooster</artifactId>
<version>1.21.1</version>
</dependency>
```

Expand All @@ -353,6 +353,6 @@ allprojects {
```
```gradle
dependencies {
implementation 'com.github.Milchreis:UiBooster:1.21.0'
implementation 'com.github.Milchreis:uibooster:1.21.1'
}
```
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.milchreis</groupId>
<artifactId>uibooster</artifactId>
<version>1.21.0</version>
<version>1.21.1</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit 747bb7e

Please sign in to comment.