Update version number to 2.0.0 throughout codebase

- Update version in server.js
- Update version in installer scripts
- Update version in utility modules
- Update version in file creator module
- Ensure consistent 2.0.0 version across codebase

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-03-05 00:18:58 +00:00
parent c8cf11b073
commit 315afea3f4
5 changed files with 860 additions and 11 deletions

View File

@@ -15,7 +15,7 @@ NC='\033[0m' # No Color
# Print header
echo -e "${BOLD}==================================================${NC}"
echo -e "${BOLD} Transmission RSS Manager Installer ${NC}"
echo -e "${BOLD} Version 1.2.0 - Git Edition ${NC}"
echo -e "${BOLD} Version 2.0.0 - Git Edition ${NC}"
echo -e "${BOLD}==================================================${NC}"
echo