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/",