Skip to content

Commit

Permalink
update foundation address (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
willyfromtheblock authored Mar 15, 2023
1 parent 344a70e commit 35a8d5b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
<a href="https://weblate.ppc.lol/engage/peercoin-flutter/">
<img src="https://weblate.ppc.lol/widgets/peercoin-flutter/-/translations/svg-badge.svg" alt="Übersetzungsstatus" /></a>
[![Codemagic build status](https://api.codemagic.io/apps/61012a37d885ed7a8c3e8b25/61012a37d885ed7a8c3e8b24/status_badge.svg)](https://codemagic.io/apps/61012a37d885ed7a8c3e8b25/61012a37d885ed7a8c3e8b24/latest_build)
Expand Down
2 changes: 1 addition & 1 deletion lib/screens/about.dart
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class _AboutScreenState extends State<AboutScreen> {
arguments: {
'wallet': ppcWallet,
'pushedAddress':
'p92W3t7YkKfQEPDb7cG9jQ6iMh7cpKLvwK',
'p77CZFn9jvg9waCzKBzkQfSvBBzPH1nRre',
},
);
},
Expand Down
2 changes: 1 addition & 1 deletion lib/tools/periodic_reminders.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class PeriodicReminders {
arguments: {
'wallet': ppcWallet,
'pushedAddress':
'p92W3t7YkKfQEPDb7cG9jQ6iMh7cpKLvwK',
'p77CZFn9jvg9waCzKBzkQfSvBBzPH1nRre',
},
);
},
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 35a8d5b

Please sign in to comment.