diff --git a/config.xml b/config.xml index 050cfc2eb0e806fd2234e1e9a3e51c073283a9ff..4af1d419d70d8b4fcf9ca654a1bfb597dee12ba7 100644 --- a/config.xml +++ b/config.xml @@ -1,9 +1,9 @@ <?xml version='1.0' encoding='utf-8'?> -<widget id="no.nibio.vips.observation" version="1.0.2" +<widget id="no.nibio.vips.observation" version="1.0.3" 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"> - <name>VIPS_Field_Observation_App</name> + <name>VIPS Field Observation App</name> <description>The Field Observation app for VIPS users. Build it with 'npm run build' before any cordova specific actions - so that vuejs can diff --git a/package.json b/package.json index 2b3e1437c844b72e28364dea45ab393960c1be42..f59089d1f0e9d1e9931e386d289e3225874705db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vipsobservationapp", - "version": "1.0.2", + "version": "1.0.3", "private": true, "description": "The Field Pest Observation App for VIPS users", "author": "Tor-Einar Skog <tor-einar.skog@nibio.no>",