File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ implemented as a single page application (SPA) for ease of development and to
8
8
limit the overall number of catalog reads necessary when browsing (as catalogs
9
9
may be nested and do not necessarily contain references to their parents).
10
10
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)
12
12
13
13
This package has also been published to npm as [ ` @radiantearth/stac-browser ` ] ( https://www.npmjs.com/package/@radiantearth/stac-browser ) .
14
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @radiantearth/stac-browser" ,
3
- "version" : " 3.1.0-rc.1 " ,
3
+ "version" : " 3.1.0" ,
4
4
"description" : " A full-fledged UI in Vue for browsing and searching static STAC catalogs and STAC APIs." ,
5
5
"main" : " src/main.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments