Skip to content

Commit

Permalink
bump to v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdu committed Aug 31, 2020
1 parent 730d053 commit d372a2b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions build_rpmdeb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@ files:
"
echo "$nfpmconfig" > nfpm.yaml

# copy logo file
cp ../src/icons/krait_logo.png .

./nfpm pkg -t Krait-v${version}-amd64.deb
./nfpm pkg -t Krait-v${version}-amd64.rpm
2 changes: 1 addition & 1 deletion setup/win.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Krait"
#define MyAppVersion "1.3.1"
#define MyAppVersion "1.3.2"
#define MyAppPublisher "Lianming Du"
#define MyAppURL "https://github.com/lmdu/krait"
#define MyAppExeName "Krait.exe"
Expand Down
4 changes: 2 additions & 2 deletions src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
import os
import appdirs

VERSION = "1.3.1"
VERSION = "1.3.2"

BUILD = '20200829'
BUILD = '20200901'

ROOT_PATH = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit d372a2b

Please sign in to comment.