diff --git a/MANIFEST.in b/MANIFEST.in index 0c21c50..7e6d14f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -include seq-json-schema/schema.json +include seq-json-schema/schema.json package.json diff --git a/package-lock.json b/package-lock.json index 8a52843..38d2c6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nasa-jpl/seq-json-schema", - "version": "1.0.20", + "version": "1.0.21", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nasa-jpl/seq-json-schema", - "version": "1.0.20", + "version": "1.0.21", "license": "MIT", "devDependencies": { "ajv": "^8.12.0", diff --git a/package.json b/package.json index 054131a..ea1c93c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nasa-jpl/seq-json-schema", - "version": "1.0.20", + "version": "1.0.21", "license": "MIT", "type": "module", "repository": { diff --git a/schema.json b/schema.json index e26fb3c..08115a4 100644 --- a/schema.json +++ b/schema.json @@ -1,5 +1,5 @@ { - "$id": "https://github.com/NASA-AMMOS/seq-json-schema/tree/v1.0.20", + "$id": "https://github.com/NASA-AMMOS/seq-json-schema/tree/v1.0.21", "$schema": "https://json-schema.org/draft/2020-12/schema", "$defs": { "activate": {