Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nasa/openmct.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShefali Joshi <simplyrender@gmail.com>2022-03-23 20:51:30 +0300
committerGitHub <noreply@github.com>2022-03-23 20:51:30 +0300
commit484226b229a03da44a1d79580da67e122cbf0ab6 (patch)
treeed85be624c956198b277042d054348dad743d0d4
parentabfa971dd671f6e4a2f0fcf4bed6f5cd9cd4b9fd (diff)
Fix version number (#4986)v2.0.1release/2.0.1
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 8a3938b86..9fc9ea398 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "openmct",
- "version": "2.0.1-SNAPSHOT",
+ "version": "2.0.1",
"description": "The Open MCT core platform",
"devDependencies": {
"@braintree/sanitize-url": "6.0.0",