From 913b9af9de3a4f8c67e5bf7826847aca28a59e5f Mon Sep 17 00:00:00 2001 From: Dslak Date: Wed, 6 Nov 2019 10:19:56 +0100 Subject: [PATCH] fix author --- vds-app/App/screens/Info.js | 2 +- vds-app/app.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/vds-app/App/screens/Info.js b/vds-app/App/screens/Info.js index 06fc0f9..3e07a2e 100644 --- a/vds-app/App/screens/Info.js +++ b/vds-app/App/screens/Info.js @@ -106,7 +106,7 @@ class Info extends React.Component { {`${texts.version}: ${pkg.expo.version}`} - {`${texts.author}: ${pkg.expo.author}`} + {`${texts.author}: Dslak`} diff --git a/vds-app/app.json b/vds-app/app.json index 083e8ac..f905d27 100644 --- a/vds-app/app.json +++ b/vds-app/app.json @@ -9,7 +9,6 @@ "android" ], "version": "1.4.5", - "author": "Dslak", "orientation": "portrait", "icon": "./assets/icon.png", "splash": {