From e2b060b6ff069ba3249a0d3cf097c9f3f0d0ec04 Mon Sep 17 00:00:00 2001 From: Osco Date: Thu, 5 Oct 2023 10:05:58 -0400 Subject: [PATCH] update tipi version --- apps/mongo-express/config.json | 2 +- apps/mongodb/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/mongo-express/config.json b/apps/mongo-express/config.json index 3f58276f..3c963fc2 100644 --- a/apps/mongo-express/config.json +++ b/apps/mongo-express/config.json @@ -11,7 +11,7 @@ "data" ], "description": "A web-based MongoDB admin interface written with Node.js, Express, and Bootstrap3", - "tipi_version": 1, + "tipi_version": 2, "version": "1.0.0", "source": "https://github.com/mongo-express/mongo-express", "website": "https://www.mongodb.com/", diff --git a/apps/mongodb/config.json b/apps/mongodb/config.json index 8aa6b73f..ee54ca33 100644 --- a/apps/mongodb/config.json +++ b/apps/mongodb/config.json @@ -11,7 +11,7 @@ "data" ], "description": "MongoDB is an open-source document-oriented database that is designed to store a large scale of data and also allows you to work with that data very efficiently. It is categorized under the NoSQL (Not only SQL) database because the storage and retrieval of data in the MongoDB are not in the form of tables.", - "tipi_version": 1, + "tipi_version": 2, "version": "7.0.2", "source": "https://github.com/mongodb/mongo", "website": "https://www.mongodb.com/",