Skip to content

Commit

Permalink
chore: bump version 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Jan 21, 2025
1 parent 1d4e3a3 commit eb96c44
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 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.8"
default: "0.8.2"
build_number:
description: "Build Number (it should be unique)"
required: true
default: "2907801"
default: "2908201"
build_type:
type: choice
description: "Build Type"
Expand All @@ -36,7 +36,7 @@ on:
- 1

env:
FLUTTER_VERSION: "3.22.0"
FLUTTER_VERSION: "3.22.3"
RUST_TOOLCHAIN: "1.80.1"

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .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.8"
default: "0.8.2"
build_number:
description: "Build Number (it should be unique)"
required: true
Expand All @@ -30,7 +30,7 @@ on:
- 2

env:
FLUTTER_VERSION: "3.22.0"
FLUTTER_VERSION: "3.22.3"
RUST_TOOLCHAIN: "1.80.1"

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .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.8"
default: "0.8.2"
internal_build:
type: choice
description: "Internal Build Type (1 for internal, 0 for external)"
Expand All @@ -25,7 +25,7 @@ on:
- 1

env:
FLUTTER_VERSION: "3.22.0"
FLUTTER_VERSION: "3.22.3"
RUST_TOOLCHAIN: "1.80.1"

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .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.8"
default: "0.8.2"
arch:
type: choice
description: "Build Architecture"
Expand All @@ -34,7 +34,7 @@ on:
- 1

env:
FLUTTER_VERSION: "3.22.0"
FLUTTER_VERSION: "3.22.3"
RUST_TOOLCHAIN: "1.80.1"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "*"

env:
FLUTTER_VERSION: "3.22.0"
FLUTTER_VERSION: "3.22.3"
RUST_TOOLCHAIN: "1.80.1"

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .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.8"
default: "0.8.2"
internal_build:
type: choice
description: "Internal Build Type (1 for internal, 0 for external)"
Expand All @@ -25,7 +25,7 @@ on:
- 1

env:
FLUTTER_VERSION: "3.22.0"
FLUTTER_VERSION: "3.22.3"
RUST_TOOLCHAIN: "1.80.1"

jobs:
Expand Down

0 comments on commit eb96c44

Please sign in to comment.