From d771a761b606e6d3aa5bf4cba1df69809771187b Mon Sep 17 00:00:00 2001 From: i5hi Date: Mon, 27 Nov 2023 13:05:12 +0530 Subject: [PATCH] Bumped to 0.1.98 --- .vscode/settings.json | 2 +- lib/locator.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 316c5b4d..209577cc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -62,7 +62,7 @@ "ios": true, // // - "**/pubspec.yaml": true, + // "**/pubspec.yaml": true, // // // "**/test": true, diff --git a/lib/locator.dart b/lib/locator.dart index 2e7585a5..0e3efe04 100644 --- a/lib/locator.dart +++ b/lib/locator.dart @@ -32,7 +32,7 @@ import 'package:bb_mobile/settings/bloc/settings_cubit.dart'; import 'package:dio/dio.dart'; import 'package:get_it/get_it.dart'; -const bbVersion = '0.1.97'; +const bbVersion = '0.1.98'; GetIt locator = GetIt.instance; diff --git a/pubspec.yaml b/pubspec.yaml index 6bcfad18..461f61c7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: bb_mobile description: Bull Bitcoin Mobile Wallet publish_to: 'none' -version: 0.1.97+10 +version: 0.1.98+11 environment: sdk: ">=3.0.0 <4.0.0"