From 92e179878ba1f394f9cff33f84934b03a1eb6454 Mon Sep 17 00:00:00 2001 From: i5hi Date: Sat, 28 Dec 2024 04:02:16 +0530 Subject: [PATCH] Bumped to v0.4.0 --- 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 03ad95d2..076e6d8f 100644 --- a/lib/locator.dart +++ b/lib/locator.dart @@ -55,7 +55,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.3.16'; +const bbVersion = '0.4.0'; GetIt locator = GetIt.instance; diff --git a/pubspec.yaml b/pubspec.yaml index 32847fee..2f2be29b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: bb_mobile description: Bull Bitcoin Mobile Wallet publish_to: "none" -version: 0.3.16+23 +version: 0.4.0+25 environment: sdk: ">=3.3.0 <4.0.0"