From 3df7ad56dc0812bf7858c02e25afc53a4bb0d5fa Mon Sep 17 00:00:00 2001 From: i5hi Date: Sat, 16 Dec 2023 18:54:04 +0530 Subject: [PATCH] Bumpted to version 0.1.98-1.1 --- lib/locator.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/locator.dart b/lib/locator.dart index dce98cee..3afeab50 100644 --- a/lib/locator.dart +++ b/lib/locator.dart @@ -33,7 +33,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.98-1.0'; +const bbVersion = '0.1.98-1.1'; GetIt locator = GetIt.instance; diff --git a/pubspec.yaml b/pubspec.yaml index eb5cfa33..720fb6fe 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.98-1.0+12 +version: 0.1.98-1.1+13 environment: sdk: ">=3.0.0 <4.0.0"