From 3729651693e5c8130b32c4d1136f80942fd03da9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Titsworth-Morin?= Date: Wed, 20 Mar 2024 11:16:46 -0700 Subject: [PATCH] Version update --- LICENSE | 2 +- src/defang-cli/devcontainer-feature.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 35bef52..b976581 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Microsoft Corporation +Copyright (c) 2024 Defang Software Labs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/defang-cli/devcontainer-feature.json b/src/defang-cli/devcontainer-feature.json index 746216e..83c990a 100644 --- a/src/defang-cli/devcontainer-feature.json +++ b/src/defang-cli/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Defang CLI", "id": "defang-cli", - "version": "1.0.0", + "version": "1.0.1", "description": "A devcontainer feature that installs the Defang CLI", "dependsOn": { "ghcr.io/devcontainers/features/common-utils": {}