Skip to content

Commit

Permalink
bump release version
Browse files Browse the repository at this point in the history
  • Loading branch information
mocodesmo committed Jul 14, 2023
1 parent e1ca0b2 commit b63f82f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"zmacos": true,
"linux": true,
"**/widgetbook": true,
"**/pubspec.yaml": true,
// "**/pubspec.yaml": true,
"**/maintainance": true,
"**/test": true,
// "integration_test": true,
Expand Down
2 changes: 1 addition & 1 deletion lib/locator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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.4';
const bbVersion = '0.1.5';

GetIt locator = GetIt.instance;

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: bb_mobile
description: Bull Bitcoin Mobile Wallet
publish_to: 'none'
version: 0.1.4
version: 0.1.5

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit b63f82f

Please sign in to comment.