diff --git a/README.md b/README.md index 9f0b143a0..9cdbe6093 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.1** (supports all STAC versions between 0.6.0 and 1.0.0) +Version: **3.0.2** (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 5893f3df2..38427f63d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@radiantearth/stac-browser", - "version": "3.0.1", + "version": "3.0.2", "description": "A full-fledged UI in Vue for browsing and searching static STAC catalogs and STAC APIs.", "main": "src/main.js", "scripts": {