Skip to content

Commit 3ac0982

Browse files
committed
Bump version to 1.1.0
1 parent 4010827 commit 3ac0982

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## Version 1.1.0
4+
**2023-12-17**
5+
6+
- Updated swift-argument-parser to 1.3.0 (was 1.2.3)
7+
38
## Version 1.0.0
49
**2023-11-20**
510

Sources/Core/Header.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ final class Header {
1515
Figlet.say("SwiftFileTools")
1616

1717
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)
18+
print("Version: 1.1.0".blue)
1919
print("Github: https://github.com/heroesofcode/SwiftFileTools".blue)
2020
}
2121
}

0 commit comments

Comments
 (0)