From 5ba05fdcdc50b962b953d4576fda2915cdf3c4a7 Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Fri, 24 Feb 2023 00:04:54 +0100 Subject: [PATCH] v1.4.0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcf3203..df208e1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A library to update STAC files to the latest version (**1.0.0** at the moment of writing). Supports updating **STAC versions 0.6.0 and later**. -Version of this library: **1.3.0** +Version of this library: **1.4.0** ## Usage diff --git a/package.json b/package.json index 2b4ee87..584e25d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@radiantearth/stac-migrate", - "version": "1.3.0", + "version": "1.4.0", "description": "A library to update STAC files to the latest version.", "main": "migrate.js", "bin": {