From 9464bc1a5e310e4b677051592d1060bc150d35a9 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Thu, 26 Oct 2023 03:37:37 +0000 Subject: [PATCH] update README.md --- README.md | 2 +- ci.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4925c0..7782785 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ up( You can also use this pipeline programmatically: ```ts -import { preview, up } from "https://pkg.fluentci.io/pulumi_pipeline@v0.2.1/mod.ts"; +import { preview, up } from "https://pkg.fluentci.io/pulumi_pipeline@v0.2.0/mod.ts"; await preview(); // await up(); diff --git a/ci.ts b/ci.ts index 204e61d..8823936 100644 --- a/ci.ts +++ b/ci.ts @@ -1,7 +1,7 @@ import { preview, up, -} from "https://pkg.fluentci.io/pulumi_pipeline@v0.2.1/mod.ts"; +} from "https://pkg.fluentci.io/pulumi_pipeline@v0.2.0/mod.ts"; await preview(); await up();