From 89953cf66f98c0fea7e8b57202e8fa1b81a68fd1 Mon Sep 17 00:00:00 2001 From: i5hi Date: Fri, 17 May 2024 15:25:43 +0530 Subject: [PATCH] Bumped to 0.2.0-9+16 --- 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 cbc968ba..69b5627e 100644 --- a/lib/locator.dart +++ b/lib/locator.dart @@ -53,7 +53,7 @@ import 'package:flutter_animate/flutter_animate.dart'; import 'package:get_it/get_it.dart'; import 'package:go_router/go_router.dart'; -const bbVersion = '0.2.0-8'; +const bbVersion = '0.2.0-9'; GetIt locator = GetIt.instance; diff --git a/pubspec.yaml b/pubspec.yaml index b6e82d5f..494e4e0f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: bb_mobile description: Bull Bitcoin Mobile Wallet publish_to: 'none' -version: 0.2.0-8+15 +version: 0.2.0-9+16 environment: sdk: ">=3.3.0 <4.0.0"