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 22, 2024
1 parent ee969a7 commit d4700c8
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ build(
You can also use this pipeline programmatically:

```ts
import { check, format, test, build } from "https://pkg.fluentci.io/[email protected].0/mod.ts";
import { check, format, test, build } from "https://pkg.fluentci.io/[email protected].1/mod.ts";

await check();
await format();
Expand Down
2 changes: 1 addition & 1 deletion ci.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
format,
test,
build,
} from "https://pkg.fluentci.io/[email protected].0/mod.ts";
} from "https://pkg.fluentci.io/[email protected].1/mod.ts";

await check();
await format();
Expand Down
35 changes: 35 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d4700c8

Please sign in to comment.