From 8a0ade29f2903d4042638eca0190615bf796389b Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Tue, 24 Oct 2023 15:47:02 +0000 Subject: [PATCH] bump version code --- README.md | 2 +- ci.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8190f9..a1b7672 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ lintDebug(src: String!): String You can also use this pipeline programmatically: ```ts -import { lintDebug, assembleDebug, debugTests } from "https://pkg.fluentci.io/android_pipeline@v0.7.0/mod.ts"; +import { lintDebug, assembleDebug, debugTests } from "https://pkg.fluentci.io/android_pipeline@v0.7.1/mod.ts"; await lintDebug(); await debugTests(); diff --git a/ci.ts b/ci.ts index 5b5a882..d2db1cd 100644 --- a/ci.ts +++ b/ci.ts @@ -2,7 +2,7 @@ import { lintDebug, assembleDebug, debugTests, -} from "https://pkg.fluentci.io/android_pipeline@v0.7.0/mod.ts"; +} from "https://pkg.fluentci.io/android_pipeline@v0.7.1/mod.ts"; await lintDebug(); await debugTests();