Skip to content

Commit 57d4ba4

Browse files
committed
[Release] Bump version to 2.1.0
1 parent 7e3cc89 commit 57d4ba4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ There are third-party reimplementations of FIGlet in Java (including one embedde
1919
<dependency>
2020
<groupId>io.leego</groupId>
2121
<artifactId>banana</artifactId>
22-
<version>2.0.1</version>
22+
<version>2.1.0</version>
2323
</dependency>
2424
```
2525

2626
### Gradle
2727

2828
```xml
29-
implementation 'io.leego:banana:2.0.1'
29+
implementation 'io.leego:banana:2.1.0'
3030
```
3131

3232
## Usage

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>io.leego</groupId>
1010
<artifactId>banana</artifactId>
11-
<version>2.0.1</version>
11+
<version>2.1.0</version>
1212
<packaging>jar</packaging>
1313
<name>${project.artifactId}</name>
1414
<description>A FIGlet utility for Java that generates text banners, in a variety of typefaces, composed of letters made up of conglomerations of smaller ASCII characters.</description>

0 commit comments

Comments
 (0)