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

Commit

Permalink
Bump version to 2.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
2press committed Aug 8, 2022
1 parent 79e6893 commit d087605
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog


## v2.13.3 (2022-08-08)

### Fix

* Fixed a bug where jpeg maps would no show in mapstats browser source.


## v2.13.2 (2022-07-24)

### Changes
Expand Down
4 changes: 2 additions & 2 deletions inno-setup/scct.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "StarCraft Casting Tool"
#define MyAppVersion "2.13.2"
#define MyDataVersion "2.13.2"
#define MyAppVersion "2.13.3"
#define MyDataVersion "2.13.3"
#define MyAppPublisher "team pheeniX"
#define MyAppURL "https://teampheenix.github.io/StarCraft-Casting-Tool/"
#define MyAppExeName "StarCraft-Casting-Tool.exe"
Expand Down
2 changes: 1 addition & 1 deletion scctool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

logger = logging.getLogger(__name__)

__version__ = "2.13.2"
__version__ = "2.13.3"
__latest_version__ = __version__
__new_version__ = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
long_description = f.read()

setup(name='StarCraftCastingTool',
version='2.13.2',
version='2.13.3',
description=(''),
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit d087605

Please sign in to comment.