Skip to content

Commit 6b41718

Browse files
committed
version fixed
1 parent 5d2a085 commit 6b41718

26 files changed

Lines changed: 35 additions & 35 deletions

.github/workflows/build-cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,8 +540,8 @@ jobs:
540540
<key>CFBundleIdentifier</key><string>com.fincept.terminal</string>
541541
<key>CFBundleName</key><string>FinceptTerminal</string>
542542
<key>CFBundlePackageType</key><string>APPL</string>
543-
<key>CFBundleShortVersionString</key><string>4.0.1</string>
544-
<key>CFBundleVersion</key><string>4.0.1</string>
543+
<key>CFBundleShortVersionString</key><string>4.0.2</string>
544+
<key>CFBundleVersion</key><string>4.0.2</string>
545545
<key>LSMinimumSystemVersion</key><string>13.0</string>
546546
<key>NSHighResolutionCapable</key><true/>
547547
</dict></plist>

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -431,8 +431,8 @@ jobs:
431431
<key>CFBundleIdentifier</key><string>com.fincept.terminal</string>
432432
<key>CFBundleName</key><string>FinceptTerminal</string>
433433
<key>CFBundlePackageType</key><string>APPL</string>
434-
<key>CFBundleShortVersionString</key><string>4.0.1</string>
435-
<key>CFBundleVersion</key><string>4.0.1</string>
434+
<key>CFBundleShortVersionString</key><string>4.0.2</string>
435+
<key>CFBundleVersion</key><string>4.0.2</string>
436436
<key>LSMinimumSystemVersion</key><string>13.0</string>
437437
<key>NSHighResolutionCapable</key><true/>
438438
</dict></plist>
@@ -887,7 +887,7 @@ jobs:
887887
run: |
888888
set -euo pipefail
889889
890-
# Strip leading 'v' from tag so "v4.0.1" → "4.0.1" for latest-version
890+
# Strip leading 'v' from tag so "v4.0.2" → "4.0.2" for latest-version
891891
VERSION="${TAG#v}"
892892
RELEASE_URL="https://github.com/${REPO}/releases/tag/${TAG}"
893893

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ State-of-the-art financial intelligence platform with CFA-level analytics, AI au
6565
<!-- DOWNLOAD-TABLE-START -->
6666
### Option 1 — Download Installer (Recommended)
6767

68-
Latest release: **v4.0.1**[View all releases](https://github.com/Fincept-Corporation/FinceptTerminal/releases/tag/v4.0.1)
68+
Latest release: **v4.0.2**[View all releases](https://github.com/Fincept-Corporation/FinceptTerminal/releases/tag/v4.0.2)
6969

7070
| Platform | Download | Run |
7171
|----------|----------|-----|
72-
| **Windows x64** | [FinceptTerminal-Windows-x64-setup.exe](https://github.com/Fincept-Corporation/FinceptTerminal/releases/download/v4.0.1/FinceptTerminal-4.0.1-win64-setup.exe) | Run installer → launch `FinceptTerminal.exe` |
73-
| **Linux x64** | [FinceptTerminal-Linux-x64.run](https://github.com/Fincept-Corporation/FinceptTerminal/releases/download/v4.0.1/FinceptTerminal-4.0.1-linux-x64-setup.run) | `chmod +x` → run installer |
74-
| **macOS Apple Silicon** | [FinceptTerminal-macOS-arm64.dmg](https://github.com/Fincept-Corporation/FinceptTerminal/releases/download/v4.0.1/FinceptTerminal-4.0.1-macOS-setup.dmg) | Open DMG → drag to Applications |
72+
| **Windows x64** | [FinceptTerminal-Windows-x64-setup.exe](https://github.com/Fincept-Corporation/FinceptTerminal/releases/download/v4.0.2/FinceptTerminal-4.0.2-win64-setup.exe) | Run installer → launch `FinceptTerminal.exe` |
73+
| **Linux x64** | [FinceptTerminal-Linux-x64.run](https://github.com/Fincept-Corporation/FinceptTerminal/releases/download/v4.0.2/FinceptTerminal-4.0.2-linux-x64-setup.run) | `chmod +x` → run installer |
74+
| **macOS Apple Silicon** | [FinceptTerminal-macOS-arm64.dmg](https://github.com/Fincept-Corporation/FinceptTerminal/releases/download/v4.0.2/FinceptTerminal-4.0.2-macOS-setup.dmg) | Open DMG → drag to Applications |
7575
<!-- DOWNLOAD-TABLE-END -->
7676

7777
---

fincept-qt/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.27)
2-
project(FinceptTerminal VERSION 4.0.1 LANGUAGES CXX)
2+
project(FinceptTerminal VERSION 4.0.2 LANGUAGES CXX)
33

44
set(CMAKE_CXX_STANDARD 20)
55
set(CMAKE_CXX_STANDARD_REQUIRED ON)

fincept-qt/packaging/linux/AppImageBuilder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ AppDir:
1616
id: com.fincept.terminal
1717
name: Fincept Terminal
1818
icon: fincept-terminal
19-
version: !ENV ${FINCEPT_VERSION:-4.0.1}
19+
version: !ENV ${FINCEPT_VERSION:-4.0.2}
2020
exec: usr/bin/FinceptTerminal
2121
exec_args: $@
2222

@@ -56,6 +56,6 @@ AppDir:
5656
AppImage:
5757
arch: x86_64
5858
comp: xz
59-
file_name: FinceptTerminal-!ENV ${FINCEPT_VERSION:-4.0.1}-x86_64.AppImage
59+
file_name: FinceptTerminal-!ENV ${FINCEPT_VERSION:-4.0.2}-x86_64.AppImage
6060
sign-key: None
6161
update-information: gh-releases-zsync|Fincept-Corporation|FinceptTerminal|latest|FinceptTerminal-*x86_64.AppImage.zsync

fincept-qt/packaging/linux/fincept-terminal.appdata.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
<binary>FinceptTerminal</binary>
2929
</provides>
3030
<releases>
31-
<release version="4.0.1" date="2026-04-14">
31+
<release version="4.0.2" date="2026-04-14">
3232
<description>
33-
<p>Version 4.0.1 — Patch release.</p>
33+
<p>Version 4.0.2 — Patch release.</p>
3434
</description>
3535
</release>
3636
<release version="4.0.0" date="2025-01-01">

fincept-qt/scripts/bcb_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class BCBWrapper:
138138
def __init__(self):
139139
self.session = requests.Session()
140140
self.session.headers.update({
141-
"User-Agent": "Fincept-Terminal/4.0.1",
141+
"User-Agent": "Fincept-Terminal/4.0.2",
142142
"Accept": "*/*",
143143
})
144144

fincept-qt/scripts/bnm_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class BNMWrapper:
9999
def __init__(self):
100100
self.session = requests.Session()
101101
self.session.headers.update({
102-
"User-Agent": "Fincept-Terminal/4.0.1",
102+
"User-Agent": "Fincept-Terminal/4.0.2",
103103
"Accept": ACCEPT_HEADER,
104104
})
105105

fincept-qt/scripts/bnr_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class BNRWrapper:
8080
def __init__(self):
8181
self.session = requests.Session()
8282
self.session.headers.update({
83-
"User-Agent": "Fincept-Terminal/4.0.1",
83+
"User-Agent": "Fincept-Terminal/4.0.2",
8484
"Accept": "application/xml, text/xml, */*",
8585
})
8686

fincept-qt/scripts/boc_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ class BoCWrapper:
121121
def __init__(self):
122122
self.session = requests.Session()
123123
self.session.headers.update({
124-
"User-Agent": "Fincept-Terminal/4.0.1",
124+
"User-Agent": "Fincept-Terminal/4.0.2",
125125
"Accept": "application/json",
126126
})
127127

0 commit comments

Comments
 (0)