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)"