Update release version
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user