Skip to content

Commit 417e5f4

Browse files
committed
fix 0.3.0 release
1 parent 3d77df5 commit 417e5f4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/scripts/notify_telegram.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def main():
6464
message = format_release_message(version, commits, release_url, is_stable)
6565

6666
# Simple notification message for channel 3
67+
version_clean = version.lstrip('v')
6768
simple_message = f"Новый релиз!\nFlClashX {version_clean}\n❤️ Посмотреть: https://t.me/flclashx"
6869

6970
# Log notification details (without secrets)

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flclashx
22
description: Fork multi-platform proxy client FlClash based on ClashMeta, simple and easy to use, open-source and ad-free.
33
publish_to: "none"
4-
version: 0.3.0
4+
version: 0.3.0+2026012001
55

66
environment:
77
sdk: ">=3.5.0 <4.0.0"

0 commit comments

Comments
 (0)