Skip to content

Commit

Permalink
Released version v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bplaat committed Jul 7, 2020
1 parent c77eaad commit e51262c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
VERSION="1.1.0"
VERSION="1.1.1"

# To build a release build for Windows you need also: pyintallar, upx,
# ImageMagick and 7zip install and accessible via the users or systems path
if [ "$1" == "release" ]; then
# Render new class diagram
./build.sh render

# Remove old dist folder
rm -r dist

Expand Down
Binary file modified docs/class-diagram.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class Config:
# App constants
NAME = 'BassieRacing'
VERSION = '1.1.0'
VERSION = '1.1.1'
GIT_REPO_URL = 'https://github.com/bplaat/bassieracing'

# Window constants
Expand Down

0 comments on commit e51262c

Please sign in to comment.