From 1e4a0f0f9f2dac1f11bd848cffec93916dc23f84 Mon Sep 17 00:00:00 2001 From: Erik Rasmussen Date: Wed, 31 Jul 2024 22:03:20 -0500 Subject: [PATCH] Reset examples --- examples/dotnet/provider-baremetal-native.csproj | 2 +- examples/nodejs/package.json | 2 +- examples/python/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/dotnet/provider-baremetal-native.csproj b/examples/dotnet/provider-baremetal-native.csproj index ef872773..c64d5659 100644 --- a/examples/dotnet/provider-baremetal-native.csproj +++ b/examples/dotnet/provider-baremetal-native.csproj @@ -7,7 +7,7 @@ - + \ No newline at end of file diff --git a/examples/nodejs/package.json b/examples/nodejs/package.json index a7f97338..601a320c 100644 --- a/examples/nodejs/package.json +++ b/examples/nodejs/package.json @@ -6,6 +6,6 @@ "dependencies": { "typescript": "^4.0.0", "@pulumi/pulumi": "^3.0.0", - "@unmango/baremetal": "0.0.20-alpha.1722481268+2fa7fd6a.dirty" + "@unmango/baremetal": "0.0.6" } } \ No newline at end of file diff --git a/examples/python/requirements.txt b/examples/python/requirements.txt index bb60b6f4..43870b4c 100644 --- a/examples/python/requirements.txt +++ b/examples/python/requirements.txt @@ -1,2 +1,2 @@ pulumi>=3.0.0,<4.0.0 -unmango_baremetal==0.0.20-alpha.1722481268+2fa7fd6a.dirty +unmango_baremetal==0.0.6