Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 0c1246d

Browse files
committed
v3
1 parent cc082fd commit 0c1246d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

requirements.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
iso8601
21
pypresence
3-
requests
4-
valclient
5-
Flask_Cors
6-
urllib3
72
cursor
3+
urllib3
4+
Flask_Cors
5+
iso8601
86
psutil
97
pyperclip
10-
pystray
118
Flask
9+
pystray
10+
valclient
11+
requests
1212
InquirerPy
1313
Pillow

src/utilities/config/app_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from ..filepath import Filepath
55

66
default_config = {
7-
"version": "v3.0rc2",
7+
"version": "v3.0.0",
88
"region": ["",Client.fetch_regions()],
99
"client_id": 811469787657928704,
1010
"presence_refresh_interval": 3,

0 commit comments

Comments
 (0)