1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 1× | // Copyright (c) Nicolas Fernandez. // Distributed under the terms of the Modified BSD License. /** * The version of the attribute spec that this package * implements. This is the value used in * _model_module_version/_view_module_version. * * Update this value when attributes are added/removed from * your models, or serialized format changes. */ export const EXTENSION_SPEC_VERSION = '1.0.0'; |