From 1e76de0d769afc7edcd633f0a4fe8f02877f7620 Mon Sep 17 00:00:00 2001 From: redDwarf03 Date: Thu, 25 May 2023 11:26:52 +0200 Subject: [PATCH] version 2.1.0 --- lib/application/settings/version.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/application/settings/version.dart b/lib/application/settings/version.dart index 7011bcf6f..ea991cc28 100644 --- a/lib/application/settings/version.dart +++ b/lib/application/settings/version.dart @@ -12,7 +12,7 @@ final versionStringProvider = final packageInfo = await PackageInfo.fromPlatform(); if (!kIsWeb && Platform.isWindows) { // TODO(reddwarf03): Not optimal but ok for the moment - return '${localizations.version} 2.0.10'; + return '${localizations.version} 2.1.0'; } else { return '${localizations.version} ${packageInfo.version} - ${localizations.build} ${packageInfo.buildNumber}'; } diff --git a/pubspec.yaml b/pubspec.yaml index 7cf3b89ed..5a51570dd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Fully decentralized and cryptocurrency non-custodial hot wallet tha publish_to: "none" # Remove this line if you wish to publish to pub.dev -version: 2.0.10+432 +version: 2.1.0+433 environment: sdk: ">=2.19.0 <3.0.0"