Skip to content

Commit

Permalink
bump version code
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jan 28, 2024
1 parent 4c47b41 commit 355860f
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 @@ -98,7 +98,7 @@ dev(
You can also use this pipeline programmatically:

```ts
import { test, build } from "https://pkg.fluentci.io/nodejs_pipeline@v0.6.1/mod.ts";
import { test, build } from "https://pkg.fluentci.io/nodejs_pipeline@v0.6.3/mod.ts";

await test();
await build();
Expand Down
2 changes: 1 addition & 1 deletion ci.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
test,
build,
} from "https://pkg.fluentci.io/nodejs_pipeline@v0.6.1/mod.ts";
} from "https://pkg.fluentci.io/nodejs_pipeline@v0.6.3/mod.ts";

await test();
await build();

0 comments on commit 355860f

Please sign in to comment.