From d07512464c466f4d599a035ffa61f52f50556531 Mon Sep 17 00:00:00 2001 From: jacobyavis Date: Wed, 21 Aug 2024 14:43:33 -0600 Subject: [PATCH] bump version to 1.2.1-alpha+main --- docs/schema_markdown/schema/files/OCFManifestFile.md | 2 +- samples/Manifest.ocf.json | 2 +- schema/files/OCFManifestFile.schema.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/schema_markdown/schema/files/OCFManifestFile.md b/docs/schema_markdown/schema/files/OCFManifestFile.md index 866aff9b2..e0e86bd1f 100644 --- a/docs/schema_markdown/schema/files/OCFManifestFile.md +++ b/docs/schema_markdown/schema/files/OCFManifestFile.md @@ -15,7 +15,7 @@ | Property | Type | Description | Required | | ---------------------------- | ------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | | file_type | **Constant:** `OCF_MANIFEST_FILE`
_Defined in [schema/enums/FileType](../enums/FileType.md)_ | Object type field | `REQUIRED` | -| ocf_version | **Constant:** `1.1.1-alpha+main` | OCF Version Identifier -- the current semantic version (https://semver.org/spec/v2.0.0.html) | `REQUIRED` | +| ocf_version | **Constant:** `1.2.1-alpha+main` | OCF Version Identifier -- the current semantic version (https://semver.org/spec/v2.0.0.html) | `REQUIRED` | | issuer | [schema/objects/Issuer](../objects/Issuer.md) | Issuer for the cap table | `REQUIRED` | | as_of | [schema/types/Date](../types/Date.md) | The point-in-time represented by this OCF Package | `REQUIRED` | | generated_at | `STRING` | Timestamp of when the package was generated. Useful when determining which set of data is most up-to-date, if presented with two packages that have the same `as_of` date, but different cap table data. | `REQUIRED` | diff --git a/samples/Manifest.ocf.json b/samples/Manifest.ocf.json index ddeb86b0e..4dfdb58ee 100644 --- a/samples/Manifest.ocf.json +++ b/samples/Manifest.ocf.json @@ -1,5 +1,5 @@ { - "ocf_version": "1.1.1-alpha+main", + "ocf_version": "1.2.1-alpha+main", "file_type": "OCF_MANIFEST_FILE", "issuer": { "object_type": "ISSUER", diff --git a/schema/files/OCFManifestFile.schema.json b/schema/files/OCFManifestFile.schema.json index 36e2e34c4..8894b0a3b 100644 --- a/schema/files/OCFManifestFile.schema.json +++ b/schema/files/OCFManifestFile.schema.json @@ -12,7 +12,7 @@ "properties": { "ocf_version": { "description": "OCF Version Identifier -- the current semantic version (https://semver.org/spec/v2.0.0.html)", - "const": "1.1.1-alpha+main" + "const": "1.2.1-alpha+main" }, "file_type": { "const": "OCF_MANIFEST_FILE"