diff --git a/CHANGELOG.md b/CHANGELOG.md index fd54eef3..cc0d52a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### **1.1.6** (2023-03-15) +* Update Peercoin Foundation address + ### **1.1.5** (2023-02-23) * Fixed bug which would sometimes push to the wrong wallet after notification * Address labels are no longer persistent for CSV file imports diff --git a/README.md b/README.md index 1270e323..f04e53cb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Peercoin Donate](https://badgen.net/badge/peercoin/Donate/green?icon=https://raw.githubusercontent.com/peercoin/media/84710cca6c3c8d2d79676e5260cc8d1cd729a427/Peercoin%202020%20Logo%20Files/01.%20Icon%20Only/Inside%20Circle/Transparent/Green%20Icon/peercoin-icon-green-transparent.svg)](https://chainz.cryptoid.info/ppc/address.dws?p92W3t7YkKfQEPDb7cG9jQ6iMh7cpKLvwK) +[![Peercoin Donate](https://badgen.net/badge/peercoin/Donate/green?icon=https://raw.githubusercontent.com/peercoin/media/84710cca6c3c8d2d79676e5260cc8d1cd729a427/Peercoin%202020%20Logo%20Files/01.%20Icon%20Only/Inside%20Circle/Transparent/Green%20Icon/peercoin-icon-green-transparent.svg)](https://chainz.cryptoid.info/ppc/address.dws?p77CZFn9jvg9waCzKBzkQfSvBBzPH1nRre) Übersetzungsstatus [![Codemagic build status](https://api.codemagic.io/apps/61012a37d885ed7a8c3e8b25/61012a37d885ed7a8c3e8b24/status_badge.svg)](https://codemagic.io/apps/61012a37d885ed7a8c3e8b25/61012a37d885ed7a8c3e8b24/latest_build) diff --git a/lib/screens/about.dart b/lib/screens/about.dart index d133f316..2c3319a3 100644 --- a/lib/screens/about.dart +++ b/lib/screens/about.dart @@ -175,7 +175,7 @@ class _AboutScreenState extends State { arguments: { 'wallet': ppcWallet, 'pushedAddress': - 'p92W3t7YkKfQEPDb7cG9jQ6iMh7cpKLvwK', + 'p77CZFn9jvg9waCzKBzkQfSvBBzPH1nRre', }, ); }, diff --git a/lib/tools/periodic_reminders.dart b/lib/tools/periodic_reminders.dart index 3c332e93..07e58577 100644 --- a/lib/tools/periodic_reminders.dart +++ b/lib/tools/periodic_reminders.dart @@ -64,7 +64,7 @@ class PeriodicReminders { arguments: { 'wallet': ppcWallet, 'pushedAddress': - 'p92W3t7YkKfQEPDb7cG9jQ6iMh7cpKLvwK', + 'p77CZFn9jvg9waCzKBzkQfSvBBzPH1nRre', }, ); }, diff --git a/pubspec.yaml b/pubspec.yaml index b5fe3a45..b8ff77db 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: peercoin description: A new Peercoin wallet. -version: 1.1.5+126 +version: 1.1.6+127 environment: sdk: '>=2.17.0 <3.0.0'