all files / src/ version.ts

100% Statements 1/1
100% Branches 0/0
100% Functions 0/0
100% Lines 1/1
1 2 3 4 5 6 7 8 9 10 11 12 13 14                         
// 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';