From 6e922fb30dcbac24ea1450fe276819f96351d148 Mon Sep 17 00:00:00 2001 From: Timo Glastra Date: Fri, 29 Sep 2023 13:31:44 +0200 Subject: [PATCH] chore: update version to 1.1.1 (#70) Signed-off-by: Timo Glastra --- apps/expo/app.config.js | 5 ++++- apps/expo/package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/expo/app.config.js b/apps/expo/app.config.js index 9f148ff1..e7305fad 100644 --- a/apps/expo/app.config.js +++ b/apps/expo/app.config.js @@ -1,3 +1,6 @@ +// eslint-disable-next-line @typescript-eslint/no-var-requires +const { version } = require('./package.json') + /* eslint-disable */ const APP_VARIANT = process.env.APP_VARIANT || 'production' @@ -41,7 +44,7 @@ const config = { scheme: 'paradym', slug: 'paradym-wallet', owner: 'animo-id', - version: '1.1.0', + version, orientation: 'portrait', icon: './assets/icon.png', userInterfaceStyle: 'light', diff --git a/apps/expo/package.json b/apps/expo/package.json index 7c49d490..0b209bf8 100644 --- a/apps/expo/package.json +++ b/apps/expo/package.json @@ -1,6 +1,6 @@ { "name": "expo-app", - "version": "1.0.0", + "version": "1.1.1", "main": "index.js", "private": true, "scripts": {