Skip to content

Commit c252735

Browse files
committed
Prepare for release 0.1
1 parent 4e18723 commit c252735

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [Unreleased]
5+
## [0.1] — 2025-02-22
66

7-
- Initial test release
7+
- Initial release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The latest release is available on [Maven Central]. Add the dependency:
1313

1414
```kotlin
1515
dependencies {
16-
implementation("at.released.tempfolder:tempfolder-sync:<not yet released>")
16+
implementation("at.released.tempfolder:tempfolder-sync:0.1")
1717
}
1818
```
1919

config/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: 2024-2025 Alexey Illarionov and the at-released-tempfolder project contributors
22
# SPDX-License-Identifier: Apache-2.0
33

4-
tempfolder_version = 0.1-SNAPSHOT
4+
tempfolder_version = 0.1
55

doc/aggregate-documentation/FRONTPAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The latest release is available on [Maven Central]. Add the dependency:
2020

2121
```kotlin
2222
dependencies {
23-
implementation("at.released.tempfolder:tempfolder-sync:<not yet released>")
23+
implementation("at.released.tempfolder:tempfolder-sync:0.1")
2424
}
2525
```
2626

0 commit comments

Comments
 (0)