Skip to content

Commit 97f7924

Browse files
Prepare for v0.1.1
1 parent ec6fb64 commit 97f7924

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
## [0.1.1] - 2025-10-17 - Native executable
1010

1111
### Added
12-
- Work in progress: run JFileTreePrettyPrinter using command line /!\ not yet fully functional /!\
12+
- Run JFileTreePrettyPrinter using command line (options in external file)
1313
- Native executable attachment to the Github release
1414

1515
---

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ For Maven, import this dependency to your `pom.xml`:
5454
```xml
5555
<dependency>
5656
<groupId>io.github.computerdaddyguy</groupId>
57-
<artifactId>jfiletreeprettyprinter</artifactId>
58-
<version>0.1.0</version>
57+
<artifactId>jfiletreeprettyprinter-core</artifactId>
58+
<version>0.1.1</version>
5959
</dependency>
6060
```
6161

6262
For Gradle:
6363
```groovy
64-
implementation "io.github.computerdaddyguy:jfiletreeprettyprinter:0.1.0"
64+
implementation "io.github.computerdaddyguy:jfiletreeprettyprinter-core:0.1.1"
6565
```
6666

6767
# Basic usage

ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
## To do
3535
- [ ] Gather feedback
36-
- [ ] Use as command line (options as arguments of provided in external file)
36+
- [x] Use as command line (options as arguments of provided in external file)
3737
- [x] Executable file distributed with release files in Github
3838

3939
## Backlog / To analyze / To implement if requested

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</scm>
4040

4141
<properties>
42-
<revision>0.1.1-SNAPSHOT</revision>
42+
<revision>0.1.1</revision>
4343

4444
<java.version>21</java.version>
4545
<maven.compiler.source>21</maven.compiler.source>

0 commit comments

Comments
 (0)