New version
This commit is contained in:
@@ -5,6 +5,7 @@ export let activitySchema = new Schema(
|
||||
_id: { type: Schema.Types.ObjectId, required: true, auto: true },
|
||||
resolution: { type: String, required: true },
|
||||
workItem: { type: Schema.Types.ObjectId, required: true },
|
||||
team: { type: Schema.Types.ObjectId },
|
||||
status: {
|
||||
type: String,
|
||||
required: true,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
export const versionInfo = {
|
||||
version: '1.0.0',
|
||||
fullVersion: '1.0.0-20180423.0',
|
||||
fullVersion: '1.0.0-20180426.0',
|
||||
title: 'Deighton AR System',
|
||||
copyright: '© 2018, Kingston Software Solutions.',
|
||||
supportEmail: 'support@kss.us.com',
|
||||
|
||||
Reference in New Issue
Block a user