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

Commit d087605

Browse files
committed
Bump version to 2.13.3
1 parent 79e6893 commit d087605

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

33

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+
411
## v2.13.2 (2022-07-24)
512

613
### Changes

inno-setup/scct.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#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"
77
#define MyAppPublisher "team pheeniX"
88
#define MyAppURL "https://teampheenix.github.io/StarCraft-Casting-Tool/"
99
#define MyAppExeName "StarCraft-Casting-Tool.exe"

scctool/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
logger = logging.getLogger(__name__)
1414

15-
__version__ = "2.13.2"
15+
__version__ = "2.13.3"
1616
__latest_version__ = __version__
1717
__new_version__ = False
1818

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
long_description = f.read()
99

1010
setup(name='StarCraftCastingTool',
11-
version='2.13.2',
11+
version='2.13.3',
1212
description=(''),
1313
long_description=long_description,
1414
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)