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 27, 2024
1 parent b8e2991 commit 2399477
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 @@ deploy(
You can also use this pipeline programmatically:

```typescript
import { build, deploy } from "https://pkg.fluentci.io/[email protected].1/mod.ts";
import { build, deploy } from "https://pkg.fluentci.io/[email protected].2/mod.ts";

await build();
await deploy(".", Deno.env.get("SPIN_AUTH_TOKEN")!);
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 {
build,
deploy,
} from "https://pkg.fluentci.io/[email protected].1/mod.ts";
} from "https://pkg.fluentci.io/[email protected].2/mod.ts";

await build();
await deploy();

0 comments on commit 2399477

Please sign in to comment.