Skip to content

Commit b88fb8a

Browse files
committed
[ver1.3.1] build info change.
1 parent c3a49b5 commit b88fb8a

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ A lightweight & cross-platform SSH/SFTP client built with Flutter.
1818
### 下载
1919
| 平台 | 下载 | 备注 |
2020
|------|------|------|
21-
| Android | [APK](https://github.com/RWPteam/ConnSSH/releases/download/1.2.4/ConnSSH_1.3.0_arm64.apk) | arm64 |
22-
| Windows | [exe](https://github.com/RWPteam/ConnSSH/releases/download/1.2.4/ConnSSH.1.3.0.Installer.exe) | 仅支持64位设备 |
21+
| Android | [APK](https://github.com/RWPteam/ConnSSH/releases/download/1.3.1/ConnSSH_1.3.1_arm64.apk) | arm64 |
22+
| Windows | [exe](https://github.com/RWPteam/ConnSSH/releases/download/1.3.1/ConnSSH.1.3.1.Installer.exe) | 仅支持64位设备 |
2323
| OHOS | [AppGallery](https://appgallery.huawei.com/app/detail?id=com.samuioto.connecter&channelId=SHARE&source=appshare) | 已上架至华为应用市场,欢迎体验
2424

2525

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
2323

2424
def flutterVersionCode = localProperties.getProperty("flutter.versionCode")
2525
if (flutterVersionCode == null) {
26-
flutterVersionCode = "290"
26+
flutterVersionCode = "296"
2727
}
2828

29-
def flutterVersionName = "1.3.0"
29+
def flutterVersionName = "1.3.1"
3030
//def flutterVersionName = localProperties.getProperty("flutter.versionName")
3131
//if (flutterVersionName == null) {
3232
// flutterVersionName = "1.0Beta3"

lib/pages/help.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ class _HelpPageState extends State<HelpPage> {
5454
HelpItem(
5555
title: '关于 & 反馈',
5656
content: '''
57-
ConnSSH 版本 1.3.0
57+
ConnSSH 版本 1.3.1
58+
59+
1.3.0更新存在重大问题,该版本已经撤销,更新内容已经合并至此版本
5860
5961
此版本更新内容:
6062

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 1.3.0
19+
version: 1.3.1
2020

2121
environment:
2222
sdk: ^3.4.0

windows/runner/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,
2727
FlutterWindow window(project);
2828
Win32Window::Point origin(10, 10);
2929
Win32Window::Size size(850, 720);
30-
if (!window.Create(L"ConnSSH 1.3.0", origin, size)) {
30+
if (!window.Create(L"ConnSSH 1.3.1", origin, size)) {
3131
return EXIT_FAILURE;
3232
}
3333
window.SetQuitOnClose(true);

0 commit comments

Comments
 (0)