From 10dc6605e31bc52f3a9d6a83b56d809aebaaaffb Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Thu, 3 Oct 2024 14:39:10 +0800 Subject: [PATCH] chore: update version 0.7.1 --- .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 e7877c8..4d7e46e 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.6.9" + default: "0.7.1" build_number: description: "Build Number (it should be unique)" required: true - default: "2906901" + default: "2907101" build_type: type: choice description: "Build Type" diff --git a/.github/workflows/ios.yaml b/.github/workflows/ios.yaml index 3460ff4..d746b76 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.6.9" + default: "0.7.1" build_number: description: "Build Number (it should be unique)" required: true diff --git a/.github/workflows/linux.yaml b/.github/workflows/linux.yaml index f83d9b7..230df49 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.6.9" + default: "0.7.1" 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 b09bfa0..2200772 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.6.9" + default: "0.7.1" arch: type: choice description: "Build Architecture" diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index bbe72ca..8a8b0df 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.6.9" + default: "0.7.1" internal_build: type: choice description: "Internal Build Type (1 for internal, 0 for external)"