Skip to content

Commit 28c0e15

Browse files
committed
bump to 1.2.3
1 parent a316411 commit 28c0e15

13 files changed

+16
-16
lines changed

.github/workflows/flutter-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
# vcpkg version: 2023.04.15
2323
# for multiarch gcc compatibility
2424
VCPKG_COMMIT_ID: "501db0f17ef6df184fcdbfbe0f87cde2313b6ab1"
25-
VERSION: "1.2.2"
25+
VERSION: "1.2.3"
2626
NDK_VERSION: "r25c"
2727
#signing keys env variable checks
2828
ANDROID_SIGNING_KEY: '${{ secrets.ANDROID_SIGNING_KEY }}'

.github/workflows/flutter-tag.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
secrets: inherit
1616
with:
1717
upload-artifact: true
18-
upload-tag: "1.2.2"
18+
upload-tag: "1.2.3"

.github/workflows/history.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
# vcpkg version: 2022.05.10
1111
# for multiarch gcc compatibility
1212
VCPKG_COMMIT_ID: "501db0f17ef6df184fcdbfbe0f87cde2313b6ab1"
13-
VERSION: "1.2.2"
13+
VERSION: "1.2.3"
1414

1515
jobs:
1616
build-for-history-windows:

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustdesk"
3-
version = "1.2.2"
3+
version = "1.2.3"
44
authors = ["rustdesk <info@rustdesk.com>"]
55
edition = "2021"
66
build= "build.rs"

appimage/AppImageBuilder-aarch64.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: 1
33
script:
44
- rm -rf ./AppDir || true
5-
- bsdtar -zxvf ../rustdesk-1.2.2.deb
5+
- bsdtar -zxvf ../rustdesk-1.2.3.deb
66
- tar -xvf ./data.tar.xz
77
- mkdir ./AppDir
88
- mv ./usr ./AppDir/usr
@@ -18,7 +18,7 @@ AppDir:
1818
id: rustdesk
1919
name: rustdesk
2020
icon: rustdesk
21-
version: 1.2.2
21+
version: 1.2.3
2222
exec: usr/lib/rustdesk/rustdesk
2323
exec_args: $@
2424
apt:

appimage/AppImageBuilder-x86_64.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: 1
33
script:
44
- rm -rf ./AppDir || true
5-
- bsdtar -zxvf ../rustdesk-1.2.2.deb
5+
- bsdtar -zxvf ../rustdesk-1.2.3.deb
66
- tar -xvf ./data.tar.xz
77
- mkdir ./AppDir
88
- mv ./usr ./AppDir/usr
@@ -18,7 +18,7 @@ AppDir:
1818
id: rustdesk
1919
name: rustdesk
2020
icon: rustdesk
21-
version: 1.2.2
21+
version: 1.2.3
2222
exec: usr/lib/rustdesk/rustdesk
2323
exec_args: $@
2424
apt:

flatpak/rustdesk.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"name": "rustdesk",
1313
"buildsystem": "simple",
1414
"build-commands": [
15-
"bsdtar -zxvf rustdesk-1.2.2.deb",
15+
"bsdtar -zxvf rustdesk-1.2.3.deb",
1616
"tar -xvf ./data.tar.xz",
1717
"cp -r ./usr/* /app/",
1818
"mkdir -p /app/bin && ln -s /app/lib/rustdesk/rustdesk /app/bin/rustdesk",
@@ -26,7 +26,7 @@
2626
"sources": [
2727
{
2828
"type": "file",
29-
"path": "../rustdesk-1.2.2.deb"
29+
"path": "../rustdesk-1.2.3.deb"
3030
},
3131
{
3232
"type": "file",

flutter/pubspec.yaml

+1-1
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.2.2
19+
version: 1.2.3
2020

2121
environment:
2222
sdk: ">=2.17.0"

res/PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=rustdesk
2-
pkgver=1.2.2
2+
pkgver=1.2.3
33
pkgrel=0
44
epoch=
55
pkgdesc=""

res/rpm-flutter-suse.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: rustdesk
2-
Version: 1.2.2
2+
Version: 1.2.3
33
Release: 0
44
Summary: RPM package
55
License: GPL-3.0

res/rpm-flutter.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: rustdesk
2-
Version: 1.2.2
2+
Version: 1.2.3
33
Release: 0
44
Summary: RPM package
55
License: GPL-3.0

res/rpm.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: rustdesk
2-
Version: 1.2.2
2+
Version: 1.2.3
33
Release: 0
44
Summary: RPM package
55
License: GPL-3.0

0 commit comments

Comments
 (0)