Skip to content

Commit e57a489

Browse files
authored
Merge pull request #15 from AppFlowy-IO/update-version-0.11.2
Update version to 0.11.2
2 parents f52af43 + 178796b commit e57a489

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/android.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ on:
1515
build_name:
1616
description: "Build Version (it should match the version in pubspec.yaml)"
1717
required: true
18-
default: "0.11.1"
18+
default: "0.11.2"
1919
build_number:
2020
description: "Build Number (it should be unique)"
2121
required: true
22-
default: "29110101"
22+
default: "29110201"
2323
build_type:
2424
type: choice
2525
description: "Build Type"

.github/workflows/ios.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
build_name:
1616
description: "Build Version (it should match the version in pubspec.yaml)"
1717
required: true
18-
default: "0.11.1"
18+
default: "0.11.2"
1919
build_number:
2020
description: "Build Number (it should be unique)"
2121
required: true

.github/workflows/linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
build_name:
1616
description: "Build Version (it should match the version in pubspec.yaml)"
1717
required: true
18-
default: "0.11.1"
18+
default: "0.11.2"
1919
internal_build:
2020
type: choice
2121
description: "Internal Build Type (1 for internal, 0 for external)"

.github/workflows/macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
build_name:
1616
description: "Build Version (it should match the version in pubspec.yaml)"
1717
required: true
18-
default: "0.11.1"
18+
default: "0.11.2"
1919
arch:
2020
type: choice
2121
description: "Build Architecture"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
description: "Release version (e.g., 0.10.7)"
1313
required: true
1414
type: string
15-
default: "0.11.1"
15+
default: "0.11.2"
1616
branch:
1717
description: "Source branch for build"
1818
required: true
@@ -100,7 +100,7 @@ jobs:
100100
INTERNAL_BUILD="${{ github.event.inputs.internal_build }}"
101101
elif [[ "${{ github.event_name }}" == "schedule" ]]; then
102102
# Scheduled trigger - build all platforms with default settings
103-
VERSION="0.11.1"
103+
VERSION="0.11.2"
104104
BRANCH_NAME="main"
105105
PLATFORMS="all"
106106
ANDROID_BUILD_TYPE="both"

.github/workflows/windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
build_name:
1616
description: "Build Version (it should match the version in pubspec.yaml)"
1717
required: true
18-
default: "0.11.1"
18+
default: "0.11.2"
1919
internal_build:
2020
type: choice
2121
description: "Internal Build Type (1 for internal, 0 for external)"

0 commit comments

Comments
 (0)