Skip to content

Commit 241518c

Browse files
committed
doc: Fix old references to alpha or prototype
1 parent 1b881f8 commit 241518c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# Zulip Flutter (prototype)
1+
# Zulip Flutter (beta)
22

33
A Zulip client for Android and iOS, using Flutter.
44

5-
This is a prototype, currently [in alpha][].
5+
This app is currently [in beta][].
66
When it's ready, it [will become the new][] official mobile Zulip client.
77
To see what work is planned before that launch,
88
see the [milestones][] and the [project board][].
99

10-
[in alpha]: https://chat.zulip.org/#narrow/stream/243-mobile-team/topic/zulip-flutter.20releases/near/1626608
10+
[in beta]: https://chat.zulip.org/#narrow/stream/2-general/topic/Flutter/near/1708728
1111
[will become the new]: https://chat.zulip.org/#narrow/stream/2-general/topic/Flutter/near/1582367
1212
[milestones]: https://github.com/zulip/zulip-flutter/milestones?direction=asc&sort=title
1313
[project board]: https://github.com/orgs/zulip/projects/5/views/4
@@ -20,7 +20,7 @@ To use Zulip on iOS or Android, install the [official mobile Zulip client][].
2020
[official mobile Zulip client]: https://github.com/zulip/zulip-mobile#readme
2121

2222

23-
## Getting started in developing this prototype
23+
## Getting started in developing this beta app
2424

2525
### Setting up
2626

@@ -45,7 +45,7 @@ Specific resources include:
4545

4646
### Flutter version
4747

48-
While in the prototype phase, we use the latest Flutter from Flutter's
48+
While in the beta phase, we use the latest Flutter from Flutter's
4949
main branch. Use `flutter channel main` and `flutter upgrade`.
5050

5151
We don't pin a specific version, because Flutter itself doesn't offer

docs/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
flutter build appbundle -Psigned
3434
```
3535

36-
* Upload to the "Zulip (Flutter prototype)" app on the Play Console,
36+
* Upload to the "Zulip (Flutter beta)" app on the Play Console,
3737
at [Release > Testing > Internal testing][play-internaltesting],
3838
using the "Create new release" button there.
3939

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1919
version: 0.0.8+8
2020

2121
environment:
22-
# We use a development version of Flutter while developing a prototype,
22+
# We use a development version of Flutter while in beta,
2323
# and the corresponding dev version of the Dart SDK. The hope is
2424
# that by the time we want to release, these will have become stable.
2525
# TODO: Before general release, switch to stable Flutter and Dart versions,

0 commit comments

Comments
 (0)