diff --git a/src/miniconda-postgres/devcontainer-template.json b/src/miniconda-postgres/devcontainer-template.json index dbc8f79..8eac2f4 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 5f3ce5a..3b0bf57 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",