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"