Skip to content

Commit

Permalink
chore: bump version 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Nov 28, 2024
1 parent 0a774eb commit f77a217
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.4"
default: "0.7.6"
build_number:
description: "Build Number (it should be unique)"
required: true
default: "2907401"
default: "2907601"
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.4"
default: "0.7.6"
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.4"
default: "0.7.6"
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.4"
default: "0.7.6"
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.4"
default: "0.7.6"
internal_build:
type: choice
description: "Internal Build Type (1 for internal, 0 for external)"
Expand Down

0 comments on commit f77a217

Please sign in to comment.