Skip to content

Commit

Permalink
version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed May 25, 2023
1 parent 16edd83 commit 1e76de0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/application/settings/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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}';
}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1e76de0

Please sign in to comment.