Skip to content

Commit

Permalink
chore: bump version to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darmiel committed Mar 15, 2022
1 parent 57237ad commit 3cc0ad1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ practice. Also, definitely not type-safe.
<dependency>
<groupId>com.github.darmiel</groupId>
<artifactId>eeee</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ practice. Also, definitely not type-safe.
<dependency>
<groupId>com.github.darmiel</groupId>
<artifactId>eeee</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
</dependency>
```

Expand All @@ -62,7 +62,7 @@ practice. Also, definitely not type-safe.

```gradle
dependencies {
implementation 'com.github.darmiel:eeee:2.5.0'
implementation 'com.github.darmiel:eeee:2.5.1'
}
```

Expand Down
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>io.d2a</groupId>
<artifactId>eeee</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down

0 comments on commit 3cc0ad1

Please sign in to comment.