From f91293bc12a1bc49be2b560490ef015d572d61fd Mon Sep 17 00:00:00 2001 From: rustdesk Date: Wed, 7 Sep 2022 22:00:42 +0800 Subject: [PATCH] 1.2.0 --- Cargo.toml | 2 +- flutter/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bf5ab9669..88a7d963a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustdesk" -version = "1.1.10" +version = "1.2.0" authors = ["rustdesk "] edition = "2021" build= "build.rs" diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index 1f4987e5c..601f1b94a 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.1.10-1+28 +version: 1.2.0 environment: sdk: ">=2.16.1"