From b2f65cd32a1e6ae0dba45ba46d4fa47d977b0a8f Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Thu, 17 Oct 2024 13:44:54 +0800 Subject: [PATCH] chore: bump version 0.7.2 --- .github/workflows/android.yaml | 4 ++-- .github/workflows/ios.yaml | 2 +- .github/workflows/linux.yaml | 2 +- .github/workflows/macos.yaml | 2 +- .github/workflows/windows.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/android.yaml b/.github/workflows/android.yaml index 4d7e46e..993d931 100644 --- a/.github/workflows/android.yaml +++ b/.github/workflows/android.yaml @@ -14,11 +14,11 @@ on: build_name: description: "Build Version (it should match the version in pubspec.yaml)" required: true - default: "0.7.1" + default: "0.7.2" build_number: description: "Build Number (it should be unique)" required: true - default: "2907101" + default: "2907201" build_type: type: choice description: "Build Type" diff --git a/.github/workflows/ios.yaml b/.github/workflows/ios.yaml index d746b76..3b2866c 100644 --- a/.github/workflows/ios.yaml +++ b/.github/workflows/ios.yaml @@ -14,7 +14,7 @@ on: build_name: description: "Build Version (it should match the version in pubspec.yaml)" required: true - default: "0.7.1" + default: "0.7.2" build_number: description: "Build Number (it should be unique)" required: true diff --git a/.github/workflows/linux.yaml b/.github/workflows/linux.yaml index 230df49..a4579a1 100644 --- a/.github/workflows/linux.yaml +++ b/.github/workflows/linux.yaml @@ -14,7 +14,7 @@ on: build_name: description: "Build Version (it should match the version in pubspec.yaml)" required: true - default: "0.7.1" + default: "0.7.2" internal_build: type: choice description: "Internal Build Type (1 for internal, 0 for external)" diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 2200772..527a914 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -14,7 +14,7 @@ on: build_name: description: "Build Version (it should match the version in pubspec.yaml)" required: true - default: "0.7.1" + default: "0.7.2" arch: type: choice description: "Build Architecture" diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index 8a8b0df..6dae25a 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -14,7 +14,7 @@ on: build_name: description: "Build Version (it should match the version in pubspec.yaml)" required: true - default: "0.7.1" + default: "0.7.2" internal_build: type: choice description: "Internal Build Type (1 for internal, 0 for external)"