From 8fd58f808da6a38afa348e4ac73d5b03ad2ca3e2 Mon Sep 17 00:00:00 2001 From: Konstantin Ullrich Date: Sat, 11 Jun 2022 12:59:07 +0200 Subject: [PATCH] Prepare Release v1.0.4 --- assets/changelog.yml | 11 +++++++++++ pubspec.yaml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/assets/changelog.yml b/assets/changelog.yml index 659f4c4..ee7f58d 100644 --- a/assets/changelog.yml +++ b/assets/changelog.yml @@ -1,3 +1,14 @@ +- + version: 1.0.4 + changes: + - Display Lokinet router reachability on dashboard (Implemented by ianmacd) + - Add uptime proof and downtime credit to dashboard (Implemented by ianmacd) + - Set hours of earned downtime blocks to 2 decimal places (Implemented by ianmacd) + - Deal with nodes without recent uptime proof (Implemented by ianmacd) + - Fix ExpansionTile Arrow Color + - Fix Swarm Id + - More minor improvements + - version: 1.0.3 changes: diff --git a/pubspec.yaml b/pubspec.yaml index ccd0eb9..21dcf7a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.0.3+4 +version: 1.0.4+5 environment: sdk: ">=2.7.0 <3.0.0"