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 11, 2023
1 parent c9e11c7 commit 1f98095
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
"**/assets": true,
"**/**.g.dart": true,
"**/**.freezed.dart": true,
"android": true,
// "android": true,
"ios": true,
"windows": true,
"web": true,
"macos": true,
"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.3';
const bbVersion = '0.1.4';

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: 1.0.0
version: 0.1.4

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

0 comments on commit 1f98095

Please sign in to comment.