From 29505ad1bec20251e22786a31db25a0f6b577feb Mon Sep 17 00:00:00 2001 From: poka Date: Fri, 10 Jun 2022 23:16:42 +0200 Subject: [PATCH] update README: change roadmap --- README.md | 28 +--------------------------- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index d674e01..c1c3e6a 100644 --- a/README.md +++ b/README.md @@ -89,30 +89,4 @@ then ## Roadmap -- v0.1.0 (expected date: 21-08-16) - - Reorganization of persistent data - - Complete implementation of Figma model (made by Boris) - - Account management (creation, security) - - Payment (QR-code generation / reading, form) - - Viewing transaction history - - Finalization of integration tests and unit tests - - Completing the network scan when starting the application - - F-Droid publication -- v1.0 - - Multi-vault management - - Cesium import - - Advanced search - - Item basket management - - Transaction monitoring - - Contacts / Messaging - - IOS compatibility - - Sharding (sharing of key fragments) - - Apple AppStore and Google PlayStore publication - - Mock-up and UX design of future functionalities -- v2.0 - - Opaque bypass - - NFC payment - - Desktop compatibility - - Web of trust management (certifications, promises of certifications) - - Calendar / community - +-> https://pad.p2p.legal/gecko-roadmap-2022?view diff --git a/pubspec.yaml b/pubspec.yaml index f08d96c..30a4a4a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ description: Pay with G1. # pub.dev using `pub publish`. This is preferred for private packages. publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 0.0.8+7 +version: 0.0.8+8 environment: sdk: '>=2.12.0 <3.0.0'