Skip to content

Commit 6ced18a

Browse files
Prepare for v0.2.0
1 parent f18b9a1 commit 6ced18a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ For Maven, import this dependency to your `pom.xml`:
5959
<dependency>
6060
<groupId>io.github.computerdaddyguy</groupId>
6161
<artifactId>jfiletreeprettyprinter-core</artifactId>
62-
<version>0.1.1</version>
62+
<version>0.2.0</version>
6363
</dependency>
6464
```
6565

6666
For Gradle:
6767
```groovy
68-
implementation "io.github.computerdaddyguy:jfiletreeprettyprinter-core:0.1.1"
68+
implementation "io.github.computerdaddyguy:jfiletreeprettyprinter-core:0.2.0"
6969
```
7070

7171
## Basic usage

ROADMAP.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
## To do
3838
- [ ] Gather feedback
39+
- [ ] CLI: custom emojis mapping
3940

4041
## Backlog / To analyze / To implement if requested
4142
- [ ] Rework/fix Github wiki to be up to date

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</modules>
1717

1818
<properties>
19-
<revision>0.1.1</revision>
19+
<revision>0.2.0</revision>
2020

2121
<java.version>21</java.version>
2222
<maven.compiler.source>21</maven.compiler.source>

0 commit comments

Comments
 (0)