We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0ef5b commit d771a76Copy full SHA for d771a76
3 files changed
.vscode/settings.json
@@ -62,7 +62,7 @@
62
"ios": true,
63
//
64
65
- "**/pubspec.yaml": true,
+ // "**/pubspec.yaml": true,
66
67
68
// "**/test": true,
lib/locator.dart
@@ -32,7 +32,7 @@ import 'package:bb_mobile/settings/bloc/settings_cubit.dart';
32
import 'package:dio/dio.dart';
33
import 'package:get_it/get_it.dart';
34
35
-const bbVersion = '0.1.97';
+const bbVersion = '0.1.98';
36
37
GetIt locator = GetIt.instance;
38
pubspec.yaml
@@ -1,7 +1,7 @@
1
name: bb_mobile
2
description: Bull Bitcoin Mobile Wallet
3
publish_to: 'none'
4
-version: 0.1.97+10
+version: 0.1.98+11
5
6
environment:
7
sdk: ">=3.0.0 <4.0.0"
0 commit comments