Skip to content

Commit

Permalink
chore: update version to 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Nov 14, 2024
1 parent ebf68af commit 0a774eb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ on:
build_name:
description: "Build Version (it should match the version in pubspec.yaml)"
required: true
default: "0.7.2"
default: "0.7.4"
build_number:
description: "Build Number (it should be unique)"
required: true
default: "2907201"
default: "2907401"
build_type:
type: choice
description: "Build Type"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
build_name:
description: "Build Version (it should match the version in pubspec.yaml)"
required: true
default: "0.7.2"
default: "0.7.4"
build_number:
description: "Build Number (it should be unique)"
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
build_name:
description: "Build Version (it should match the version in pubspec.yaml)"
required: true
default: "0.7.2"
default: "0.7.4"
internal_build:
type: choice
description: "Internal Build Type (1 for internal, 0 for external)"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
build_name:
description: "Build Version (it should match the version in pubspec.yaml)"
required: true
default: "0.7.2"
default: "0.7.4"
arch:
type: choice
description: "Build Architecture"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
build_name:
description: "Build Version (it should match the version in pubspec.yaml)"
required: true
default: "0.7.2"
default: "0.7.4"
internal_build:
type: choice
description: "Internal Build Type (1 for internal, 0 for external)"
Expand Down

0 comments on commit 0a774eb

Please sign in to comment.