File tree Expand file tree Collapse file tree
doc/aggregate-documentation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The latest release is available on [Maven Central]. Add the dependency:
1313
1414``` kotlin
1515dependencies {
16- implementation(" at.released.tempfolder:tempfolder-sync:<not yet released> " )
16+ implementation(" at.released.tempfolder:tempfolder-sync:0.1 " )
1717}
1818```
1919
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ The latest release is available on [Maven Central]. Add the dependency:
2020
2121``` kotlin
2222dependencies {
23- implementation(" at.released.tempfolder:tempfolder-sync:<not yet released> " )
23+ implementation(" at.released.tempfolder:tempfolder-sync:0.1 " )
2424}
2525```
2626
You can’t perform that action at this time.
0 commit comments