Compare commits

3 Commits

Author SHA1 Message Date
5d4788475e bumped version 2025-10-16 20:00:53 +02:00
de6f0ac17e update README.md 2025-10-16 19:53:49 +02:00
f148beedf5 removed old version file 2025-10-16 19:52:40 +02:00
3 changed files with 7 additions and 10 deletions

View File

@@ -1,6 +1,7 @@
# refit
`refit` is a file and directory manipulation tool. Currently it can create a flat folder and file structure
`refit` is a file and directory manipulation tool. Currently it can
create a flat folder and file structure
as well as an linear directory structure.
## ToDos
@@ -20,6 +21,7 @@ system or the system in general to crash.
## Changelog
<2025-10-16> V0.3.9 - Changed how the version is read
<2025-10-05> V0.3.8 - Added file extension to file creation mode
<2025-10-05> V0.3.7 - Added custom naming for level and branch in
recursive mode

View File

@@ -1,5 +0,0 @@
[VERSION]
major = 0
minor = 3
patch = 8

View File

@@ -1,5 +1,5 @@
{
"minor": 3,
"major": 0,
"patch": 8
"patch": 9
}