Skip to content

Commit

Permalink
bump to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdu committed Aug 28, 2020
1 parent a59749c commit 1510663
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.2.3"
#define MyAppVersion "1.3.0"
#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.2.3"
VERSION = "1.3.0"

BUILD = '20200819'
BUILD = '20200828'

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

Expand Down

0 comments on commit 1510663

Please sign in to comment.