From 625759941d2d0db3c9e88b4e936195b91c706cfd Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Sat, 23 Sep 2023 19:28:06 +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 a7f5dd1..f7b6b93 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ You can also use this pipeline programmatically: ```ts import Client, { connect } from "https://sdk.fluentci.io/v0.1.9/mod.ts"; -import { test } from "https://pkg.fluentci.io/snyk_pipeline@v0.1.0/mod.ts"; +import { test } from "https://pkg.fluentci.io/snyk_pipeline@v0.1.1/mod.ts"; function pipeline(src = ".") { connect(async (client: Client) => { diff --git a/ci.ts b/ci.ts index 4bc81b3..9dcea23 100644 --- a/ci.ts +++ b/ci.ts @@ -1,5 +1,5 @@ import Client, { connect } from "https://sdk.fluentci.io/v0.1.9/mod.ts"; -import { test } from "https://pkg.fluentci.io/snyk_pipeline@v0.1.0/mod.ts"; +import { test } from "https://pkg.fluentci.io/snyk_pipeline@v0.1.1/mod.ts"; function pipeline(src = ".") { connect(async (client: Client) => {