Skip to content

Commit 6140a26

Browse files
committed
v3.1.0
1 parent bf87b3f commit 6140a26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ implemented as a single page application (SPA) for ease of development and to
88
limit the overall number of catalog reads necessary when browsing (as catalogs
99
may be nested and do not necessarily contain references to their parents).
1010

11-
Version: **3.1.0-rc.1** (supports all STAC versions between 0.6.0 and 1.0.0)
11+
Version: **3.1.0** (supports all STAC versions between 0.6.0 and 1.0.0)
1212

1313
This package has also been published to npm as [`@radiantearth/stac-browser`](https://www.npmjs.com/package/@radiantearth/stac-browser).
1414

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@radiantearth/stac-browser",
3-
"version": "3.1.0-rc.1",
3+
"version": "3.1.0",
44
"description": "A full-fledged UI in Vue for browsing and searching static STAC catalogs and STAC APIs.",
55
"main": "src/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)