This repository was archived by the owner on Nov 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v2.13.3 (2022-08-08)
5
+
6
+ ### Fix
7
+
8
+ * Fixed a bug where jpeg maps would no show in mapstats browser source.
9
+
10
+
4
11
## v2.13.2 (2022-07-24)
5
12
6
13
### Changes
Original file line number Diff line number Diff line change 2
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4
4
#define MyAppName " StarCraft Casting Tool"
5
- #define MyAppVersion " 2.13.2 "
6
- #define MyDataVersion " 2.13.2 "
5
+ #define MyAppVersion " 2.13.3 "
6
+ #define MyDataVersion " 2.13.3 "
7
7
#define MyAppPublisher " team pheeniX"
8
8
#define MyAppURL " https://teampheenix.github.io/StarCraft-Casting-Tool/"
9
9
#define MyAppExeName " StarCraft-Casting-Tool.exe"
Original file line number Diff line number Diff line change 12
12
13
13
logger = logging .getLogger (__name__ )
14
14
15
- __version__ = "2.13.2 "
15
+ __version__ = "2.13.3 "
16
16
__latest_version__ = __version__
17
17
__new_version__ = False
18
18
Original file line number Diff line number Diff line change 8
8
long_description = f .read ()
9
9
10
10
setup (name = 'StarCraftCastingTool' ,
11
- version = '2.13.2 ' ,
11
+ version = '2.13.3 ' ,
12
12
description = ('' ),
13
13
long_description = long_description ,
14
14
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments