From 04125aedfc6dd7ca433b0c533d94b37c40bcdbc9 Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Wed, 7 Aug 2024 21:44:28 +0200 Subject: [PATCH] Update STAC version numbers --- examples/collection.json | 2 +- examples/item.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/collection.json b/examples/collection.json index a182157..bc5bce7 100644 --- a/examples/collection.json +++ b/examples/collection.json @@ -5,7 +5,7 @@ "https://stac-extensions.github.io/item-assets/v1.0.0/schema.json", "https://stac-extensions.github.io/eo/v2.0.0-beta.1/schema.json" ], - "stac_version": "1.0.0", + "stac_version": "1.1.0-beta.1", "description": "A simple Collection demonstrating EO extension fields in a Collection.", "title": "Simple EO Collection", "extent": { diff --git a/examples/item.json b/examples/item.json index 54f48a4..486f40e 100644 --- a/examples/item.json +++ b/examples/item.json @@ -1,5 +1,5 @@ { - "stac_version": "1.0.0", + "stac_version": "1.1.0-beta.1", "stac_extensions": [ "https://stac-extensions.github.io/eo/v2.0.0-beta.1/schema.json" ],