From 412a50e37f0d6c74bf05e427bfef726fe78e0077 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Thu, 13 Apr 2023 11:11:59 +0200 Subject: [PATCH] Bump version --- config.xml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.xml b/config.xml index 050cfc2..4af1d41 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 2b3e143..f59089d 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>", -- GitLab