diff --git a/dist/mdprofile.es.js b/dist/mdprofile.es.js index 76581f7..4a8fa77 100644 --- a/dist/mdprofile.es.js +++ b/dist/mdprofile.es.js @@ -4,7 +4,7 @@ var full = { alternateId: ['full'], title: 'Full', description: 'Every supported component', - version: '0.2.0', + version: '0.2.1', components: { record: {}, contact: {}, @@ -111,7 +111,7 @@ var basic = { alternateId: ['basic'], title: 'Basic', description: 'A profile with the minimum recommended elements for discovery.', - version: '0.2.0', + version: '0.2.1', components: { record: { main: { @@ -514,7 +514,7 @@ var project = { alternateId: ['project'], title: 'Project', description: 'Document a project', - version: '0.2.0', + version: '0.2.1', components: { record: { main: { @@ -763,7 +763,7 @@ var product = { title: 'Product', description: 'Document a product, typically a data product generated by a project', - version: '0.2.0', + version: '0.2.1', components: { record: { main: { @@ -1070,7 +1070,7 @@ var product = { var schema = { $schema: 'http://json-schema.org/draft-07/schema#', $id: 'profile-schema', - version: '0.2.0', + version: '0.2.1', type: 'object', description: 'JSON schema for mdEditor profile definitions', additionalProperties: false, @@ -1177,7 +1177,7 @@ var schema = { var pkg = { name: 'mdprofiles', - version: '0.2.0', + version: '0.2.1', description: 'Profiles for the mdEditor', main: 'index.js', module: 'dist/mdprofile.es.js', diff --git a/dist/mdprofile.umd.js b/dist/mdprofile.umd.js index 5e212ae..8da4bde 100644 --- a/dist/mdprofile.umd.js +++ b/dist/mdprofile.umd.js @@ -13,7 +13,7 @@ alternateId: ['full'], title: 'Full', description: 'Every supported component', - version: '0.2.0', + version: '0.2.1', components: { record: {}, contact: {}, @@ -121,7 +121,7 @@ title: 'Basic', description: 'A profile with the minimum recommended elements for discovery.', - version: '0.2.0', + version: '0.2.1', components: { record: { main: { @@ -524,7 +524,7 @@ alternateId: ['project'], title: 'Project', description: 'Document a project', - version: '0.2.0', + version: '0.2.1', components: { record: { main: { @@ -773,7 +773,7 @@ title: 'Product', description: 'Document a product, typically a data product generated by a project', - version: '0.2.0', + version: '0.2.1', components: { record: { main: { @@ -1080,7 +1080,7 @@ var schema = { $schema: 'http://json-schema.org/draft-07/schema#', $id: 'profile-schema', - version: '0.2.0', + version: '0.2.1', type: 'object', description: 'JSON schema for mdEditor profile definitions', additionalProperties: false, @@ -1187,7 +1187,7 @@ var pkg = { name: 'mdprofiles', - version: '0.2.0', + version: '0.2.1', description: 'Profiles for the mdEditor', main: 'index.js', module: 'dist/mdprofile.es.js', diff --git a/index.js b/index.js index a3be22c..13157aa 100644 --- a/index.js +++ b/index.js @@ -6,7 +6,7 @@ var full = { alternateId: ['full'], title: 'Full', description: 'Every supported component', - version: '0.2.0', + version: '0.2.1', components: { record: {}, contact: {}, @@ -113,7 +113,7 @@ var basic = { alternateId: ['basic'], title: 'Basic', description: 'A profile with the minimum recommended elements for discovery.', - version: '0.2.0', + version: '0.2.1', components: { record: { main: { @@ -516,7 +516,7 @@ var project = { alternateId: ['project'], title: 'Project', description: 'Document a project', - version: '0.2.0', + version: '0.2.1', components: { record: { main: { @@ -765,7 +765,7 @@ var product = { title: 'Product', description: 'Document a product, typically a data product generated by a project', - version: '0.2.0', + version: '0.2.1', components: { record: { main: { @@ -1072,7 +1072,7 @@ var product = { var schema = { $schema: 'http://json-schema.org/draft-07/schema#', $id: 'profile-schema', - version: '0.2.0', + version: '0.2.1', type: 'object', description: 'JSON schema for mdEditor profile definitions', additionalProperties: false, @@ -1179,7 +1179,7 @@ var schema = { var pkg = { name: 'mdprofiles', - version: '0.2.0', + version: '0.2.1', description: 'Profiles for the mdEditor', main: 'index.js', module: 'dist/mdprofile.es.js', diff --git a/package.json b/package.json index 7ead3d9..24a695c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mdprofiles", - "version": "0.2.0", + "version": "0.2.1", "description": "Profiles for the mdEditor", "main": "index.js", "module": "dist/mdprofile.es.js",