From 21c1c06a20b2e67aa1404bc56240dcca8a00863d Mon Sep 17 00:00:00 2001 From: rustdesk Date: Mon, 10 Jul 2023 14:38:13 +0800 Subject: [PATCH] change to 1.2.1 --- .github/workflows/flutter-build.yml | 2 +- .github/workflows/flutter-tag.yml | 2 +- .github/workflows/history.yml | 2 +- Cargo.toml | 2 +- flutter/pubspec.yaml | 2 +- res/PKGBUILD | 2 +- res/bump.sh | 2 ++ res/rpm-flutter-suse.spec | 2 +- res/rpm-flutter.spec | 2 +- res/rpm.spec | 2 +- 10 files changed, 11 insertions(+), 9 deletions(-) create mode 100644 res/bump.sh diff --git a/.github/workflows/flutter-build.yml b/.github/workflows/flutter-build.yml index bf30c52dc..b0d23a880 100644 --- a/.github/workflows/flutter-build.yml +++ b/.github/workflows/flutter-build.yml @@ -22,7 +22,7 @@ env: # vcpkg version: 2023.04.15 # for multiarch gcc compatibility VCPKG_COMMIT_ID: "501db0f17ef6df184fcdbfbe0f87cde2313b6ab1" - VERSION: "1.2.0" + VERSION: "1.2.1" NDK_VERSION: "r25c" #signing keys env variable checks ANDROID_SIGNING_KEY: '${{ secrets.ANDROID_SIGNING_KEY }}' diff --git a/.github/workflows/flutter-tag.yml b/.github/workflows/flutter-tag.yml index 1857840c1..8ec4a9242 100644 --- a/.github/workflows/flutter-tag.yml +++ b/.github/workflows/flutter-tag.yml @@ -15,4 +15,4 @@ jobs: secrets: inherit with: upload-artifact: true - upload-tag: "1.2.0" + upload-tag: "1.2.1" diff --git a/.github/workflows/history.yml b/.github/workflows/history.yml index b1ca74721..40483d712 100644 --- a/.github/workflows/history.yml +++ b/.github/workflows/history.yml @@ -10,7 +10,7 @@ env: # vcpkg version: 2022.05.10 # for multiarch gcc compatibility VCPKG_COMMIT_ID: "14e7bb4ae24616ec54ff6b2f6ef4e8659434ea44" - VERSION: "1.2.0" + VERSION: "1.2.1" jobs: build-for-windows-2022-12-05: diff --git a/Cargo.toml b/Cargo.toml index 67d2440f0..cb6b768bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustdesk" -version = "1.2.0" +version = "1.2.1" authors = ["rustdesk "] edition = "2021" build= "build.rs" diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index f8541c12d..60861eb87 100644 --- a/flutter/pubspec.yaml +++ b/flutter/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # 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 -version: 1.2.0 +version: 1.2.1 environment: sdk: ">=2.17.0" diff --git a/res/PKGBUILD b/res/PKGBUILD index 7aa50d563..78fb5aeba 100644 --- a/res/PKGBUILD +++ b/res/PKGBUILD @@ -1,5 +1,5 @@ pkgname=rustdesk -pkgver=1.2.0 +pkgver=1.2.1 pkgrel=0 epoch= pkgdesc="" diff --git a/res/bump.sh b/res/bump.sh new file mode 100644 index 000000000..c23ca4d06 --- /dev/null +++ b/res/bump.sh @@ -0,0 +1,2 @@ +#! /usr/bin/env bash +sed -i "s/$1/$2/g" res/*spec res/PKGBUILD flutter/pubspec.yaml Cargo.toml .github/workflows/*yml diff --git a/res/rpm-flutter-suse.spec b/res/rpm-flutter-suse.spec index 0ac93b716..94dfbeab0 100644 --- a/res/rpm-flutter-suse.spec +++ b/res/rpm-flutter-suse.spec @@ -1,5 +1,5 @@ Name: rustdesk -Version: 1.2.0 +Version: 1.2.1 Release: 0 Summary: RPM package License: GPL-3.0 diff --git a/res/rpm-flutter.spec b/res/rpm-flutter.spec index 937d36d5a..c98c08ecb 100644 --- a/res/rpm-flutter.spec +++ b/res/rpm-flutter.spec @@ -1,5 +1,5 @@ Name: rustdesk -Version: 1.2.0 +Version: 1.2.1 Release: 0 Summary: RPM package License: GPL-3.0 diff --git a/res/rpm.spec b/res/rpm.spec index 517da6872..484505fbc 100644 --- a/res/rpm.spec +++ b/res/rpm.spec @@ -1,5 +1,5 @@ Name: rustdesk -Version: 1.2.0 +Version: 1.2.1 Release: 0 Summary: RPM package License: GPL-3.0