Skip to content

Commit

Permalink
[New Version] bump version to v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWanderingCoel committed May 31, 2020
1 parent 41f6fe3 commit 3ddf897
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pacman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
cat <<PKGBUILD > PKGBUILD
pkgname=trojan-qt5
pkgver=1.1.2
pkgver=1.1.4
pkgrel=1
pkgdesc="A cross-platform ss/ssr/vmess/trojan GUI client"
arch=('x86_64')
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
trojan-qt5 (1.1.4-1) unstable; urgency=medium

* Fix V2ray Will be detected
* Fix subscribe time issue
* Fix UI auto resize issue

-- TheWanderingCoel <thewanderingcoel@protonmail.com> Wed, 31 May 2020 10:04:26 +0800

trojan-qt5 (1.1.2-1) unstable; urgency=medium

* Fix V2ray TLS issue
Expand Down
4 changes: 2 additions & 2 deletions resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>Trojan-Qt5 1.1.3</string>
<string>Trojan-Qt5 1.1.4</string>
<key>CFBundleSignature</key>
<string>trojan-qt5</string>
<key>CFBundleVersion</key>
<string>1.1.3</string>
<string>1.1.4</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>NSRequiresAquaSystemAppearance</key>
Expand Down
2 changes: 1 addition & 1 deletion trojan-qt5.pro
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ CONFIG += link_pkgconfig
#DEFINES += QT_DEPRECATED_WARNINGS

# Define App Version
DEFINES += "APP_VERSION=\"\\\"1.1.3\\\"\""
DEFINES += "APP_VERSION=\"\\\"1.1.4\\\"\""

# Set Build Info String
_TROJAN_QT5_BUILD_INFO_STR_=$$getenv(_TROJAN_QT5_BUILD_INFO_)
Expand Down

0 comments on commit 3ddf897

Please sign in to comment.