Skip to content

Commit 9e985c2

Browse files
Prepare v0.0.2 release
1 parent 65aba55 commit 9e985c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.0.2] - Unreleased
8+
## [0.0.2] - 2025-09-16
99

1010
### Added
1111

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ For Maven, import this dependency to your `pom.xml`:
3232
<dependency>
3333
<groupId>io.github.computerdaddyguy</groupId>
3434
<artifactId>jfiletreeprettyprinter</artifactId>
35-
<version>0.0.1</version>
35+
<version>0.0.2</version>
3636
</dependency>
3737
```
3838

3939
For Gradle:
4040
```
41-
implementation "io.github.computerdaddyguy:jfiletreeprettyprinter:0.0.1"
41+
implementation "io.github.computerdaddyguy:jfiletreeprettyprinter:0.0.2"
4242
```
4343

4444
# Usage

0 commit comments

Comments
 (0)