diff --git a/config.xml b/config.xml index 6074c7bd07e0b131d99bbe14e3ccb50cb925932e..76ad3fc09abf0cc7e436bb60f2376815151f6266 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 a5b8ef4aa2bc995efe0f77922b0bc85e5640f87f..42b0cc5a3092b4922bd7e6a294476cc16dda7005 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",