Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
chore: bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WEGFan committed Apr 19, 2020
1 parent 2ed0f71 commit fd3a7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GDSavefileFix.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from textwrap import dedent
from pathlib import Path

__version__ = '1.1.0'
__version__ = '1.1.1'

SAVEFILE_NAME = ['CCGameManager.dat', 'CCLocalLevels.dat', 'CCGameManager2.dat', 'CCLocalLevels2.dat']
SAVEFILE_PATH = Path(os.getenv('LocalAppData')) / 'GeometryDash'
Expand Down

0 comments on commit fd3a7c4

Please sign in to comment.