Skip to content

Commit

Permalink
bump version code
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Oct 24, 2023
1 parent 1c9471a commit 8a0ade2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion ci.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 8a0ade2

Please sign in to comment.