Skip to content

Commit f330953

Browse files
committed
bump to 1.3.4
1 parent 8d4c86f commit f330953

File tree

12 files changed

+14
-14
lines changed

12 files changed

+14
-14
lines changed

.github/workflows/flutter-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env:
3333
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
3434
# vcpkg version: 2024.07.12
3535
VCPKG_COMMIT_ID: "1de2026f28ead93ff1773e6e680387643e914ea1"
36-
VERSION: "1.3.3"
36+
VERSION: "1.3.4"
3737
NDK_VERSION: "r27c"
3838
#signing keys env variable checks
3939
ANDROID_SIGNING_KEY: "${{ secrets.ANDROID_SIGNING_KEY }}"
@@ -714,7 +714,7 @@ jobs:
714714
shell: bash
715715
run: |
716716
cd "$(dirname "$(which flutter)")"
717-
# https://github.com/flutter/flutter/issues/133533
717+
# https://github.com/flutter/flutter/issues/1.3.43
718718
sed -i -e 's/_setFramesEnabledState(false);/\/\/_setFramesEnabledState(false);/g' ../packages/flutter/lib/src/scheduler/binding.dart
719719
grep -n '_setFramesEnabledState(false);' ../packages/flutter/lib/src/scheduler/binding.dart
720720

.github/workflows/playground.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
1919
# vcpkg version: 2024.06.15
2020
VCPKG_COMMIT_ID: "f7423ee180c4b7f40d43402c2feb3859161ef625"
21-
VERSION: "1.3.3"
21+
VERSION: "1.3.4"
2222
NDK_VERSION: "r26d"
2323
#signing keys env variable checks
2424
ANDROID_SIGNING_KEY: "${{ secrets.ANDROID_SIGNING_KEY }}"

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustdesk"
3-
version = "1.3.3"
3+
version = "1.3.4"
44
authors = ["rustdesk <[email protected]>"]
55
edition = "2021"
66
build= "build.rs"

appimage/AppImageBuilder-aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ AppDir:
1818
id: rustdesk
1919
name: rustdesk
2020
icon: rustdesk
21-
version: 1.3.3
21+
version: 1.3.4
2222
exec: usr/lib/rustdesk/rustdesk
2323
exec_args: $@
2424
apt:

appimage/AppImageBuilder-x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ AppDir:
1818
id: rustdesk
1919
name: rustdesk
2020
icon: rustdesk
21-
version: 1.3.3
21+
version: 1.3.4
2222
exec: usr/lib/rustdesk/rustdesk
2323
exec_args: $@
2424
apt:

flutter/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
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1818
# 1.1.9-1 works for android, but for ios it becomes 1.1.91, need to set it to 1.1.9-a.1 for iOS, will get 1.1.9.1, but iOS store not allow 4 numbers
19-
version: 1.3.3+52
19+
version: 1.3.4+53
2020

2121
environment:
2222
sdk: '^3.1.0'

libs/portable/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustdesk-portable-packer"
3-
version = "1.3.3"
3+
version = "1.3.4"
44
edition = "2021"
55
description = "RustDesk Remote Desktop"
66

res/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=rustdesk
2-
pkgver=1.3.3
2+
pkgver=1.3.4
33
pkgrel=0
44
epoch=
55
pkgdesc=""

res/rpm-flutter-suse.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: rustdesk
2-
Version: 1.3.3
2+
Version: 1.3.4
33
Release: 0
44
Summary: RPM package
55
License: GPL-3.0

0 commit comments

Comments
 (0)