Skip to content

Commit

Permalink
Merge pull request #43 from peercoin/0.2.8
Browse files Browse the repository at this point in the history
0.2.8
  • Loading branch information
Willy authored Apr 24, 2021
2 parents 8b8f5ac + 42955a2 commit 4e47f7b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions assets/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"about": "Über",
"about_developers": "© $year Die peercoin_flutter Entwickler",
"about_license": "Lizensiert unter AGPL-3.0",
"about_free": "Diese Software ist quelloffen, kostenfrei und ist frei von jedweder Garantie. Die Verwendung erfolg auf eigene Gefahr.",
"about_free": "Diese Software ist quelloffen, kostenfrei und ist frei von jedweder Garantie. Die Verwendung erfolgt auf eigene Gefahr.",
"about_view_source": "Quellcode ansehen",
"about_data_protection": "Diese Software schützt deine Daten und Privatsphäre so gut wie möglich. \nDiese App speichert alle benötigten Daten lokal auf diesem Gerät.\nAnalyse- oder Trackingsoftware wird nicht eingesetzt.",
"about_data_declaration": "Datenschutzerklärung ansehen",
Expand Down Expand Up @@ -87,9 +87,9 @@
"send_fee": "Gebühr: -$amount $letter_code",
"send_invalid_address": "Adresse ungültig",
"send_oops": "Etwas ist schief gegangen, bitte nochmal versuchen",
"send_to": "nach",
"send_to": " nach ",
"send_total": "Gesamt $amount $letter_code",
"send_transferring": "Übertrage",
"send_transferring": "Übertrage ",
"server_add_title": "Neuen Server hinzufügen",
"server_add_input_empty": "Bitte URL eingeben",
"server_add_no_wss": "Muss mit wss:// beginnen\nAndere Protokolle werden derzeit nicht unterstützt",
Expand All @@ -112,7 +112,7 @@
"setup_securebox_fail": "Es tut uns sehr leid. Dein Gerät unterstützt keine ausreichend sichere Methode um Schlüssel zu speichern.",
"setup_seed_slider_label": "Wischen um die Anzahl der Wörter zu ändern",
"setup_welcome": "Willkommen bei Peercoin Wallet",
"share_app": "App Teilen",
"share_app": "App teilen",
"time": "Zeit",
"transaction_details": "Transaktionsdetails",
"transactions_all": "Alle",
Expand Down
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -290,14 +290,14 @@ packages:
name: flutter_plugin_android_lifecycle
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "2.0.1"
flutter_screen_lock:
dependency: "direct main"
description:
name: flutter_screen_lock
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.2"
version: "4.0.3"
flutter_secure_storage:
dependency: "direct main"
description:
Expand Down Expand Up @@ -412,7 +412,7 @@ packages:
name: local_auth
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.1.5"
logging:
dependency: transitive
description:
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 0.2.7+9
version: 0.2.8+10

environment:
sdk: ">=2.7.0 <3.0.0"
Expand Down Expand Up @@ -43,13 +43,13 @@ dependencies:
qr_code_scanner: ^0.4.0
url_launcher: ^6.0.2
flutter_local_notifications: ^5.0.0
flutter_screen_lock: ^4.0.2
local_auth: ^1.1.0
flutter_screen_lock: ^4.0.3
local_auth: ^1.1.5
package_info: ^2.0.0
mailto: ^2.0.0
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.0
mailto: ^2.0.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 4e47f7b

Please sign in to comment.