From 5ddc34842d48f1a4b0d30b12caad6dc4c7a3cdeb Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Wed, 7 Aug 2024 11:07:45 +0200
Subject: [PATCH] Bump version. Add Lene as author

---
 config.xml   | 3 ++-
 package.json | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/config.xml b/config.xml
index 6074c7b..76ad3fc 100644
--- a/config.xml
+++ b/config.xml
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='utf-8'?>
-<widget id="no.nibio.vips.observation" version="2.0.10"
+<widget id="no.nibio.vips.observation" version="2.0.11"
 	xmlns="http://www.w3.org/ns/widgets"
 	xmlns:android="http://schemas.android.com/apk/res/android"
 	xmlns:cdv="http://cordova.apache.org/ns/1.0">
@@ -8,6 +8,7 @@
 Build it with 'npm run build' before any cordova
 specific actions - so that vuejs can
 compile to www folder</description>
+    <author email="lene.wasskog@nibio.no" href="https://nibio.no/en/employees/lene-hallen-wasskog">Lene Hallen Wasskog</author>
 	<author email="tor-einar.skog@nibio.no" href="https://www.nibio.no/en/employees/tor-einar-skog">Tor-Einar Skog</author>
 	<author>Bhabesh B Mukhopadhyay</author>
 	<icon src="static/css/images/logo_vips_new.png" />
diff --git a/package.json b/package.json
index a5b8ef4..42b0cc5 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,9 @@
 {
   "name": "vipsobservationapp",
-  "version": "2.0.10",
+  "version": "2.0.11",
   "private": true,
   "description": "The Field Pest Observation App for VIPS users",
-  "author": "Tor-Einar Skog <tor-einar.skog@nibio.no>",
+  "author": "Lene Hallen Wasskog <lene.wasskog@nibio.no>",
   "scripts": {
     "build": "node build/build.js",
     "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
-- 
GitLab