Skip to content

Commit 295daa2

Browse files
bump versions
1 parent e848623 commit 295daa2

8 files changed

Lines changed: 8 additions & 8 deletions

src/anaconda/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "anaconda",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"name": "Anaconda",
55
"options": {
66
"version": {

src/dotnet/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "dotnet",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"name": "Dotnet CLI",
55
"description": "Installs the .NET CLI. Provides option of installing sdk or runtime, and option of versions to install. Uses latest version of .NET sdk as defaults to install.",
66
"options": {

src/go/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "go",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"name": "Go",
55
"description": "Installs Go and common Go utilities. Auto-detects latest version and installs needed dependencies.",
66
"options": {

src/hugo/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "hugo",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"name": "Hugo",
55
"options": {
66
"version": {

src/java/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "java",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"name": "Java (via SDKMAN!)",
55
"description": "Installs Java, SDKMAN! (if not installed), and needed dependencies.",
66
"options": {

src/oryx/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "oryx",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"name": "Oryx",
55
"description": "Installs the oryx CLI",
66
"containerEnv": {

src/php/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "php",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"name": "PHP",
55
"options": {
66
"version": {

src/python/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "python",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"name": "Python",
55
"description": "Installs the provided version of Python, as well as PIPX, and other common Python utilities. JupyterLab is conditionally installed with the python feature. Note: May require source code compilation.",
66
"options": {

0 commit comments

Comments
 (0)