update version to 1.1.5

This commit is contained in:
Roy Qu 2022-07-07 20:30:27 +08:00
parent cb2cbf49d0
commit 66a802485f
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ isEmpty(APP_NAME) {
}
isEmpty(APP_VERSION) {
APP_VERSION=1.1.4
APP_VERSION=1.1.5
}
macos: {

View File

@ -23,7 +23,7 @@ SUBDIRS += \
APP_NAME = RedPandaCPP
APP_VERSION = 1.1.4
APP_VERSION = 1.1.5
linux: {
isEmpty(PREFIX) {