Skip to content

Commit 3c4251b

Browse files
committed
chore: bump version to 0.31.0
1 parent 56f77cd commit 3c4251b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

lib/app/bloc/app_bloc.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,10 @@ class AppBloc extends Bloc<AppEvent, AppState> {
5353
switch (event.user.authenticationStatus) {
5454
case AuthenticationStatus.unauthenticated:
5555
emit(state.copyWith(status: AppStatus.unauthenticated));
56-
break;
5756
case AuthenticationStatus.anonymous:
5857
emit(state.copyWith(status: AppStatus.anonymous));
59-
break;
6058
case AuthenticationStatus.authenticated:
6159
emit(state.copyWith(status: AppStatus.authenticated));
62-
break;
6360
}
6461
}
6562

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ht_main
22
description: main headlines toolkit mobile app.
3-
version: 0.30.1
3+
version: 0.31.0
44
publish_to: none
55
repository: https://github.com/headlines-toolkit/ht-main
66
environment:

0 commit comments

Comments
 (0)