From 69a58f1aac3eb225b7fbf2e0f97177a81b7fb14d Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Thu, 11 Aug 2022 12:49:05 +0200 Subject: [PATCH] v3.0.0-beta.3 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b85a754a9..866513df6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ implemented as a single page application (SPA) for ease of development and to limit the overall number of catalog reads necessary when browsing (as catalogs may be nested and do not necessarily contain references to their parents). -Version: **3.0.0-beta.2** (supports all STAC versions between 0.6.0 and 1.0.0) +Version: **3.0.0-beta.3** (supports all STAC versions between 0.6.0 and 1.0.0) This package has also been published to npm as [`@radiantearth/stac-browser`](https://www.npmjs.com/package/@radiantearth/stac-browser). diff --git a/package.json b/package.json index 5479a1836..bbe12960c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@radiantearth/stac-browser", - "version": "3.0.0-beta.2", + "version": "3.0.0-beta.3", "description": "A Vue-based STAC browser intended for static + dynamic deployment", "main": "src/main.js", "scripts": {