From aed075c7a57610f6fedecc117f94f6731148505a Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Tue, 6 Sep 2022 15:46:56 -0700 Subject: bump versions (#138) --- src/anaconda/devcontainer-feature.json | 2 +- src/common-utils/devcontainer-feature.json | 2 +- src/conda/devcontainer-feature.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/anaconda/devcontainer-feature.json b/src/anaconda/devcontainer-feature.json index b6906ef..e8f8655 100644 --- a/src/anaconda/devcontainer-feature.json +++ b/src/anaconda/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "anaconda", - "version": "1.0.5", + "version": "1.0.6", "name": "Anaconda", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/anaconda", "options": { diff --git a/src/common-utils/devcontainer-feature.json b/src/common-utils/devcontainer-feature.json index 71d230b..af77238 100644 --- a/src/common-utils/devcontainer-feature.json +++ b/src/common-utils/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "common-utils", - "version": "1.0.4", + "version": "1.0.5", "name": "Common Debian Utilities", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/common-utils", "description": "Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-root user.", diff --git a/src/conda/devcontainer-feature.json b/src/conda/devcontainer-feature.json index 81999a7..50b0940 100644 --- a/src/conda/devcontainer-feature.json +++ b/src/conda/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "conda", - "version": "1.0.0", + "version": "1.0.1", "name": "Conda - A cross-platform, language-agnostic binary package manager", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/conda", "options": { -- cgit v1.2.3