Skip to content

Commit

Permalink
chore: bump v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Sep 9, 2024
1 parent 4f2275a commit fc9195c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lib/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const int EXTERNAL_GAP_LIMIT = 10;
const int INTERNAL_GAP_LIMIT = 3;
const bool ENCRYPT_DB = false;
const int PAGINATION_LIMIT = 10;
const String VERSION_NUMBER = '1.1.3';
const String VERSION_NUMBER = '1.1.4';
const double DASHBOARD_HEADER_HEIGTH = 258;
const double HEADER_HEIGTH = 158;
const int ENCRYPTED_XPRV_LENGTH = 293;
Expand Down
24 changes: 12 additions & 12 deletions lib/util/storage/log.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ class DebugLogger {
filter: DevelopmentFilter(),
// Use the default LogFilter (-> only log in debug mode)
printer: PrettyPrinter(
methodCount: 2,
// number of method calls to be displayed
errorMethodCount: 8,
// number of method calls if stacktrace is provided
lineLength: 120,
// width of the output
colors: true,
// Colorful log messages
printEmojis: false,
// Print an emoji for each log message
dateTimeFormat: DateTimeFormat.dateAndTime,
),
methodCount: 2,
// number of method calls to be displayed
errorMethodCount: 8,
// number of method calls if stacktrace is provided
lineLength: 120,
// width of the output
colors: true,
// Colorful log messages
printEmojis: false,
// Print an emoji for each log message
dateTimeFormat: DateTimeFormat.dateAndTime,
),
// Use the PrettyPrinter to format and print log
output: MultiOutput([customLogOutput.FileOutput(), ConsoleOutput()]),
);
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ msix_config:
publisher_display_name: Witnet Foundation
publisher: CN=<REAL_CN>
identity_name: WitnetFoundation.myWitWallet
msix_version: 1.2.1.0
msix_version: 1.2.2.0
logo_path: .\assets\icon\icon.png
msstore_appId: 9PN09DKWPL57

0 comments on commit fc9195c

Please sign in to comment.