Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Commit 5f7a963

Browse files
committed
version number fix
1 parent 0fa69cb commit 5f7a963

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
**2021-03-26**
22

3-
V2.2.0
3+
V2.1.0
44

55
- Telegram integration, thanks to @ashanrath.
66
- Dependency upgraded.
77
- Code cleanup and bug fixes.
88

99
**2021-08-01**
1010

11-
V2.1.0
11+
V2.0.3
1212

1313
- Added '--exit-on-finish' command line option.
1414
- Fixed a bug in getting quiz links.

ms_rewards.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from helper.driver import update_driver
1111
from helper.telegram import *
1212

13-
msr_version = 'v2.2.0'
13+
msr_version = 'v2.1.0'
1414

1515
def check_python_version():
1616
"""

0 commit comments

Comments
 (0)