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