chore: release version 1.0.0

Update version number to 1.0.0 marking the first stable release
of the Modern Dotfiles Management System with unified command
interface and intelligent machine profile detection.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Your Name
2025-08-02 21:59:21 -06:00
parent 91f216b457
commit 74865774e6

View File

@@ -71,7 +71,7 @@ show_help() {
# Function to show version # Function to show version
show_version() { show_version() {
print_color "$CYAN" "Modern Dotfiles Management System" print_color "$CYAN" "Modern Dotfiles Management System"
print_color "$YELLOW" "Version: 2.0.0" print_color "$YELLOW" "Version: 1.0.0"
print_color "$GREEN" "Repository: https://git.turnersrus.com/razzam21/dotfiles" print_color "$GREEN" "Repository: https://git.turnersrus.com/razzam21/dotfiles"
} }