Skip to content

Commit

Permalink
chore: bump version 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Oct 17, 2024
1 parent 10dc660 commit b2f65cd
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.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"
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.1"
default: "0.7.2"
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.1"
default: "0.7.2"
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.1"
default: "0.7.2"
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.1"
default: "0.7.2"
internal_build:
type: choice
description: "Internal Build Type (1 for internal, 0 for external)"
Expand Down

0 comments on commit b2f65cd

Please sign in to comment.