diff --git a/cordova/config.xml b/cordova/config.xml index f45b311..432d9c8 100644 --- a/cordova/config.xml +++ b/cordova/config.xml @@ -1,5 +1,5 @@ - + ALVINN Anatomy Lab Visual Identification Neural Network. diff --git a/cordova/package.json b/cordova/package.json index fff45b1..9c1ea0f 100644 --- a/cordova/package.json +++ b/cordova/package.json @@ -1,7 +1,7 @@ { "name": "edu.midwestern.alvinn", "displayName": "ALVINN", - "version": "0.4.0", + "version": "0.5.0-rc", "description": "Anatomy Lab Visual Identification Neural Network.", "main": "index.js", "scripts": { diff --git a/package.json b/package.json index c84800e..97d093c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "alvinn", "private": true, - "version": "0.4.0", + "version": "0.5.0-rc", "description": "ALVINN", "repository": "", "license": "UNLICENSED", diff --git a/src/js/store.js b/src/js/store.js index d403c87..9a7ca31 100644 --- a/src/js/store.js +++ b/src/js/store.js @@ -3,7 +3,7 @@ import { reactive, computed } from 'vue'; const state = reactive({ disclaimerAgreement: false, enabledRegions: ['thorax','abdomen','limbs'], - version: '0.4.0' + version: '0.5.0-rc' }) const agree = () => {