We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4010827 commit 3ac0982Copy full SHA for 3ac0982
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## Version 1.1.0
4
+**2023-12-17**
5
+
6
+- Updated swift-argument-parser to 1.3.0 (was 1.2.3)
7
8
## Version 1.0.0
9
**2023-11-20**
10
Sources/Core/Header.swift
@@ -15,7 +15,7 @@ final class Header {
15
Figlet.say("SwiftFileTools")
16
17
print("About: With SwiftFileTools you can generate everyday files such as Colors, Constants, ViewCode and files for SwiftGen.".blue)
18
- print("Version: 1.0.0".blue)
+ print("Version: 1.1.0".blue)
19
print("Github: https://github.com/heroesofcode/SwiftFileTools".blue)
20
}
21
0 commit comments