Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Dec 18, 2023
1 parent 9acba4b commit 6b70677
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 @@ -69,7 +69,7 @@ migrate(
You can also use this pipeline programmatically:

```ts
import { migrate } from "https://pkg.fluentci.io/atlas_pipeline@v0.4.0/mod.ts";
import { migrate } from "https://pkg.fluentci.io/atlas_pipeline@v0.5.0/mod.ts";

await migrate();
```
2 changes: 1 addition & 1 deletion ci.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { migrate } from "https://pkg.fluentci.io/atlas_pipeline@v0.4.0/mod.ts";
import { migrate } from "https://pkg.fluentci.io/atlas_pipeline@v0.5.0/mod.ts";

await migrate();

0 comments on commit 6b70677

Please sign in to comment.