Skip to content

Commit

Permalink
Bump version to 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mengyanshou committed Mar 19, 2023
1 parent 1dac79c commit daeafb5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ jobs:
- name: Building...
run: |
flutter config --enable-windows-desktop
flutter build windows --dart-define=VERSION=${{ inputs.version }} --dart-define=VERSION_CODE=${{ inputs.version_code }} -t lib/main_personal.dart
flutter build windows --dart-define=VERSION=${{ github.event.client_payload.version }} --dart-define=VERSION_CODE=${{ github.event.client_payload.version_code }} -t lib/main_personal.dart
- name: Packaging
run: |
Expand Down
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
## 2.2.3
- 将扫描二维码功能移到外部
- 优化日志导出内容
- 修复文件选择平铺模式无法选择的问题(nxdsupport反馈)
- 修复无法通过UDP自动连接的问题
## 2.2.4
- 修复无法发送历史消息的问题

## 2.2.2
### 全平台
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: speed_share
description: 局域网共享文件客户终端.
publish_to: "none"

version: 2.2.3-beta+63
version: 2.2.4+64

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down
4 changes: 2 additions & 2 deletions scripts/properties.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION='2.2.3-beta'
VERSION_CODE='63'
VERSION='2.2.4'
VERSION_CODE='64'
TARGET_PATH=root@$server:/home/nightmare/YanTool/resources/SpeedShare
APP_NAME='SpeedShare'
APP_NAME_CN='速享'

0 comments on commit daeafb5

Please sign in to comment.