From ad50f1f241254b524b22c7e8a72901cbc0be0a80 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Mon, 3 Apr 2023 12:10:04 +0200 Subject: [PATCH] Add package.json for version bumping --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 954f776..32f53b7 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ In XCode, click `Product -> Archive`, and then select the latest build and Distr  ### Versioning -You set the main version in `/config.xml` (in the source code, before building for iOS) - that's what's going to show in TestFlight/App store. +You set the main version in `/config.xml` and `package.json` (in the source code, before building for iOS) - that's what's going to show in TestFlight/App store.  -- GitLab