From 67cf8dc7023777102565ae9a6c7570e0a85cf7d1 Mon Sep 17 00:00:00 2001 From: Gaurav Saini <147703805+gauravsaini04@users.noreply.github.com> Date: Fri, 12 Jul 2024 06:51:55 +0000 Subject: [PATCH] changes requested --- src/miniconda-postgres/devcontainer-template.json | 2 +- src/miniconda/devcontainer-template.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/miniconda-postgres/devcontainer-template.json b/src/miniconda-postgres/devcontainer-template.json index dbc8f790..8eac2f4e 100644 --- a/src/miniconda-postgres/devcontainer-template.json +++ b/src/miniconda-postgres/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "miniconda-postgres", - "version": "1.2.0", + "version": "2.0.0", "name": "Miniconda & PostgreSQL (Python 3)", "description": "Develop Miniconda & PostgreSQL applications in Python 3. Installs dependencies from your environment.yml file and the Python extension.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/miniconda-postgres", diff --git a/src/miniconda/devcontainer-template.json b/src/miniconda/devcontainer-template.json index 5f3ce5af..3b0bf570 100644 --- a/src/miniconda/devcontainer-template.json +++ b/src/miniconda/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "miniconda", - "version": "1.2.0", + "version": "2.0.0", "name": "Miniconda (Python 3)", "description": "Develop Miniconda applications in Python 3. Installs dependencies from your environment.yml file and the Python extension.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/miniconda",