Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Get ready for v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
metalfoxdev committed Apr 12, 2023
1 parent a1516d5 commit e75292b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion installer/install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version="1.2"
version="1.3"
clear
echo RaindropInstaller for v$version
echo WARNING: Before running this installer, ensure python3 and pip are installed on your system. \ Press ENTER to continue...
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import subprocess
import plotext as plt

version = "1.2"
version = "1.3"
seperator = "----------------------------------------"
spacer = " "
days = ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]
Expand Down
2 changes: 1 addition & 1 deletion pip_depends.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
requests pyfiglet termcolor
requests pyfiglet termcolor plotext
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2
1.3

0 comments on commit e75292b

Please sign in to comment.