Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanRoger committed Dec 20, 2022
1 parent 454b133 commit 420bb62
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 16 deletions.
3 changes: 1 addition & 2 deletions lib/models/apps_historic.dart
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import 'package:xbox_launcher/models/app_models/app_model.dart';
import 'package:xbox_launcher/models/app_models/system_app_model.dart';
import 'package:xbox_launcher/utils/loaders/apps_model_loader.dart';
import 'package:collection/collection.dart';

class AppsHistoric {
List<AppModel> lastApps = List<SystemAppModel>.empty(growable: true);
List<AppModel> lastApps = List<AppModel>.empty(growable: true);

AppsHistoric();
factory AppsHistoric.fromJson(Map<String, dynamic> json) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class AboutConfigurationSection extends NavigationSectionStateless {
Flexible(
flex: 5,
child: Text(
"Xbox Launcher v0.0.2",
"Xbox Launcher v0.0.3",
style: AppTextStyle.ABOUT_SECTION_TITLE_CONFIGURATION,
),
),
Expand Down
37 changes: 29 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
# Generated by pub
# See https://dart.dev/tools/pub/glossary#lockfile
packages:
ansicolor:
dependency: transitive
description:
name: ansicolor
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.1"
archive:
dependency: transitive
description:
Expand Down Expand Up @@ -50,6 +43,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.1"
cli_util:
dependency: transitive
description:
name: cli_util
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.5"
clock:
dependency: "direct main"
description:
Expand All @@ -64,6 +64,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.16.0"
console:
dependency: transitive
description:
name: console
url: "https://pub.dartlang.org"
source: hosted
version: "4.1.0"
crypto:
dependency: transitive
description:
Expand Down Expand Up @@ -147,6 +154,13 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
get_it:
dependency: transitive
description:
name: get_it
url: "https://pub.dartlang.org"
source: hosted
version: "7.2.0"
image:
dependency: transitive
description:
Expand Down Expand Up @@ -202,7 +216,7 @@ packages:
name: msix
url: "https://pub.dartlang.org"
source: hosted
version: "2.8.18"
version: "3.7.0"
nested:
dependency: transitive
description:
Expand Down Expand Up @@ -322,6 +336,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.5"
pub_semver:
dependency: transitive
description:
name: pub_semver
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.3"
recase:
dependency: transitive
description:
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: xbox_launcher
description: XCloud with the Xbox Series S/X's interface.
version: 0.0.2
version: 0.0.3

environment:
sdk: ">=2.17.0 <3.0.0"
Expand Down Expand Up @@ -33,20 +33,20 @@ dev_dependencies:
sdk: flutter

flutter_lints: ^1.0.0
msix: ^2.8.18
msix: ^3.7.0

msix_config:
display_name: Xbox Launcher
publisher_display_name: Luan Roger
identity_name: luanroger.xboxlauncher
msix_version: 0.0.2.0
msix_version: 0.0.3.0
capabilities: internetClient
enable_at_startup: false
output_name: xbox_launcher
store: false
architecture: x64
certificate_path: XboxLauncher.pfx
certificate_password: lrxboxlauncher
publisher: CN=Luan Roger, C=BR
sign_msix: false

flutter:
uses-material-design: true
Expand Down

0 comments on commit 420bb62

Please sign in to comment.