From 8de1c665a4c2177b4caa0f8905f828d9bd3d9e97 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Mon, 3 Apr 2023 14:28:07 +0200
Subject: [PATCH] Fix versioning info

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 32f53b7..1302a33 100644
--- a/README.md
+++ b/README.md
@@ -86,6 +86,10 @@ While developing, you will want to connect to a local instance of VIPSLogic. Thi
 ### Don't touch the /www folder!
 Normally in Cordova you would put your code here, but this is where vue-cli is putting the things that it builds. 
 
+### Where to update app version
+* `/package.json` (Updates version in the Settings/About section in the app)
+* `/config.xml`
+
 ### Main template
 The main layout is based on a very simple template snatched from Bootstrap. You find it in /html (at the project root level).
 Everything that Vuejs operates on happens inside the `main` element
-- 
GitLab