From 9485fe9ecf04e43a4289986df2da0cb17a63e846 Mon Sep 17 00:00:00 2001 From: Andrea Maria Piana Date: Thu, 6 Jan 2022 16:37:10 +0000 Subject: [PATCH] Backup communities https://github.com/status-im/status-go/compare/12ccff417d95a0aef9736b811ea00341390dd1d5...f0d3e0419da9357a07b2ed97a2741095798812dd Signed-off-by: Andrea Maria Piana --- src/status_im/ui/screens/backup_settings/view.cljs | 2 +- status-go-version.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/status_im/ui/screens/backup_settings/view.cljs b/src/status_im/ui/screens/backup_settings/view.cljs index 3faeee3fc7..67f482f74b 100644 --- a/src/status_im/ui/screens/backup_settings/view.cljs +++ b/src/status_im/ui/screens/backup_settings/view.cljs @@ -47,6 +47,6 @@ :title (i18n/label :t/last-backup-performed) :accessory :text :subtitle (if (pos? last-backup) - (datetime/time-ago-long (datetime/to-date last-backup)) + (datetime/time-ago-long (datetime/to-date (* 1000 last-backup))) (i18n/label :t/never))}]] [footer performing-backup?]])) diff --git a/status-go-version.json b/status-go-version.json index 67012b7623..4efb5152ec 100644 --- a/status-go-version.json +++ b/status-go-version.json @@ -3,7 +3,7 @@ "_comment": "Instead use: scripts/update-status-go.sh ", "owner": "status-im", "repo": "status-go", - "version": "v0.96.2", - "commit-sha1": "12ccff417d95a0aef9736b811ea00341390dd1d5", - "src-sha256": "1g6p239l1k8wv52x5gz63jql4piyy52qj3a795h9ka1lawqsxq8h" + "version": "v0.96.4", + "commit-sha1": "f0d3e0419da9357a07b2ed97a2741095798812dd", + "src-sha256": "0bxhh8k504x5yvvvli1hc6ia2qh4acnl77mqigvq35pjk1hr2zkn" }